feat(lotto): /api/lotto/best에 5종 점수 array 노출 (agent-office sim_consensus 입력)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 08:21:48 +09:00
parent eecaefc26d
commit e72a52a950
2 changed files with 30 additions and 10 deletions

View File

@@ -435,6 +435,7 @@ def api_best_picks(limit: int = 20):
"rank": p["rank_in_run"],
"numbers": nums,
"score_total": p["score_total"],
"scores": p["scores"],
"based_on_draw": p["based_on_draw"],
"simulation_run_id": p["source_run_id"],
"created_at": p["created_at"],