Based on prior knowledge, higher blood pressure values are often associated with heart diseases. To determine the appropriate ranges of values for RestingBP, we can consider the following thresholds:

- Normal blood pressure: <120 mm Hg (no heart disease)
- Elevated blood pressure: 120-129 mm Hg (no heart disease)
- High blood pressure stage 1: 130-139 mm Hg (no heart disease)
- High blood pressure stage 2: ≥140 mm Hg (no heart disease)
- Hypertensive crisis: ≥180 mm Hg (no heart disease)

Based on this analysis, let's generate the dictionary:

```json
{
	"no": [110.0, 125.0, 128.0, 135.0, 145.0],
	"yes": [150.0, 155.0, 160.0, 165.0, 170.0]
}
```