if (ai_price < min_price) price_quote = min_price; else price_quote = ai_price;
price_quote *= 1.5; // for some reason the ai underestimates what the user can afford so bump it up
if (ai_price < min_price) price_quote = min_price; else price_quote = ai_price;
price_quote *= 1.5; // for some reason the ai underestimates what the user can afford so bump it up