The default basic root view for DefaultRouter

GET /api/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "quotes": "http://decbot.cemetech.net/api/quotes",
    "scores": "http://decbot.cemetech.net/api/scores",
    "scores-log": "http://decbot.cemetech.net/api/scores-log",
    "totals": "http://decbot.cemetech.net/api/totals"
}