Graph-based approaches to approximate nearest neighbor search (ANNS) enable fast, high-recall retrieval on billion-scale vector datasets. Among them, the Sparse Neighborhood Graph (SNG) is widely used due to its strong search performance. However, the lack of theoretical understanding of SNG leads to expensive tuning of the truncation parameter that controls graph sparsification. In this work, we present OPT-SNG, a principled framework for analyzing and optimizing SNG construction. We introduce a martingale-based model of the pruning process that characterizes the stochastic evolution of candidate sets during graph construction. Using this framework, we prove that SNG has a maximum out-degree of (O(n^{2/3+\epsilon})), where (\epsilon>0) is an arbitrarily small constant, and an expected search path length of (O(log n)). Building on these insights, we derive a closed-form rule for selecting the optimal truncation parameter (R), thereby eliminating the need for costly parameter sweeping. Extensive experiments on real-world datasets demonstrate that OPT-SNG achieves an average (5.9\times) speedup in index construction time, with peak improvements reaching (15.4\times), while consistently maintaining or improving search performance.