Se result
è una stringa JSON, che chiama .round
restituirebbe undefined
.
Prova prima a convertire il JSON in un oggetto javascript:
result = JSON.parse(result);
models.Round.findById(result.round, function(err, roundref){
console.log(roundref);