I have been pondering about this during the day.
What you could do:
5V -----------
|
22 K resistor
|
|---- to analog pin
|
RTD (between 1.7K and 2.3K)
|
GND -------
The 22K will limit the current to small amounts. However, a change in RTD values will only result in a difference of about 0.1 Volts, which is about 24 steps on Arduino ADC when Vref = 5 Volts.
Now I'm wondering, if you set Vref to say 0.15 Volts, then you might get all 1024 ADC steps across what you wish to measure.
Perhaps someone can confirm this idea.
Cheers,
Jack