1965 Chevrolet Corvette
What we know:
1965
Chevrolet

Here's a simplified version of the provided JSON data:
```json
{
"id": "123",
"title": "1965 Chevrolet Corvette Convertible",
"image_urls": {
"sm": "https://example.com/image_small.jpg",
"md": "https://example.com/image_medium.jpg",
"lg": "https://example.com/image_large.jpg"
},
"details": {
"engine": "L76 V8",
"transmission": "Manual",
"miles": "45,000",
"exterior_color": "Red",
"interior_color": "Black"
},
"auction_info": {
"start_date": "2024-07-09T07:00:00Z",
"current_bid": {
"amount": "$67,000",
"currency": "USD"
},
"has_reserve": true,
"reserve_met": false,
"is_featured": false,
"offer_count": null
},
"listing_date": "2024-07-02T12:57:40Z",
"listing_type": "auctions"
}
```
Last bid:
$67,000