Could you post a more complete example (something that can be copy/pasted that compiles is most helpful)?
Alternatively, what's the error or what isn't working?
To take a guess looking at this pseudocode, it looks like you're trying to set a
String on a property that expects a SingleSelectionModel.
accountRisk.get().select(risks.get(2));
This should set the value on your model.
Also I would avoid bidirectional bindings if you don't really need them (one directional is just bind()).