[
  {
    "group": "baseline",
    "overhead_usd": "0",
    "tasks": [
      {
        "task_id": "task-0",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-0",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-1",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-1",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-2",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-2",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-3",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-3",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-4",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-4",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-5",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-5",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-6",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-6",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-7",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-7",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-8",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-8",
            "cost_usd": "0.12"
          }
        ]
      },
      {
        "task_id": "task-9",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-9",
            "cost_usd": "0.12"
          }
        ]
      }
    ]
  },
  {
    "group": "candidate",
    "overhead_usd": "0",
    "tasks": [
      {
        "task_id": "task-0",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-0",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-1",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-1",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-2",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-2",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-3",
        "accepted": true,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-3",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-4",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-4",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-5",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-5",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-6",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-6",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-7",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-7",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-8",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-8",
            "cost_usd": "0.08"
          }
        ]
      },
      {
        "task_id": "task-9",
        "accepted": false,
        "review_minutes": 1,
        "attempts": [
          {
            "attempt_id": "attempt-9",
            "cost_usd": "0.08"
          }
        ]
      }
    ]
  },
  {
    "group": "incomplete",
    "overhead_usd": "0",
    "tasks": [
      {
        "task_id": "a",
        "accepted": true,
        "review_minutes": 2,
        "attempts": [
          {
            "attempt_id": "a-1",
            "cost_usd": "0.10"
          },
          {
            "attempt_id": "a-2",
            "cost_usd": null
          }
        ]
      }
    ]
  }
]
