1973 Plymouth Scamp
What we know:
1973
Plymouth

Here's a simplified and formatted version of the provided JSON:
```json
{
"id": 123,
"year": 1973,
"make": "Plymouth",
"model": "Scamp",
"images": {
"thumbnail": "https://example.com/path/to/image-thumbnail.jpg",
"gallery": [
"https://example.com/path/to/image1.jpg",
"https://example.com/path/to/image2.jpg",
...
]
},
"title": "Bracket Racing Street Sleeper: 1973 Plymouth Scamp",
"start_date": "December 11, 2024 07:00 EST",
"auction_details": {
"current_bid": null,
"has_reserve": true,
"is_featured": false,
"offer_count": null,
"reserve_met": false
},
"listing_date": "December 4, 2024 08:33 EST",
"auction_type": "auctions"
}
```
In this formatted version:
1. I've added `id`, `year`, `make`, and `model` properties based on common vehicle attributes.
2. I've grouped the image URLs under an `images` object with a `thumbnail` property for the main/thumbnail image, and `gallery` containing an array of other image URLs.
3. I've reformatted the date strings to follow a more human-readable format (e.g., "December 4, 2024 08:33 EST").
4. I've created an `auction_details` object to group all related auction detail properties together.
You can adjust this formatted version further based on your specific use case and desired output style.
Last bid:
$7,000