Create a data type Bid with the fields Applicant, number and Currency. Gives you also the possibility to choose between currencies. Link every Bid with the right offer.
To add on to what @klaas.vanhoeck1 said. You could also create an input field called “Place Bid” and set it to only allow a higher amount than the current standing bid, which would all be stored in the database.