1964 Ford F-100

Here's a structured and cleaned version of the provided data:
```json
{
"image_urls": {
"lg": "https://example.com/large.jpg",
"md": "https://example.com/medium.jpg",
"sm": "https://example.com/small.jpg"
},
"year": "1964",
"make_model": "Ford F100 Pickup",
"condition": "Restored",
"interior_exterior": {
"interior": "Excellent",
"exterior": "Excellent"
},
"mileage": "85,123 miles",
"engine": {
"type": "V8",
"size": "4.6L",
"horsepower": "237 hp",
"torque": "30 miles per gallon"
},
"transmission": "5-Speed Manual",
"drive": "Rear Wheel Drive",
"color": {
"exterior": "Mystic Blue",
"interior": "Blue"
},
"title_status": "Clear",
"features": [
{ "name": "Air Conditioning", "value": true },
{ "name": "Power Steering", "value": true },
{ "name": "AM/FM Radio with Bluetooth", "value": true }
],
"auction_details": {
"start_date": "2024-07-29T07:00:00Z",
"current_bid": "$16,000",
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false
},
"listing_details": {
"listing_date": "2024-07-08T17:11:38Z",
"listing_type": "auctions"
}
}
```
This structured format groups related data together and separates concerns (e.g., vehicle details vs. auction details). It also removes unnecessary or inconsistent information from the original data.
Last bid:
$16,000