Hi Alissonsalin,
To get the top 10 lowest scores, you need to call getTopNRankers API.
And before that you need to set other meta headers by calling setOtherMetaHeaders API on scoreboardService and in those meta headers, you have to put orderByAscending as key and score as value.
Please click here to see the example.