A teenage acquaintance of mine lamented:
Every one of my friends is better friends with somebody else.
Thanks to my knowledge of mathematics I could inform her that she's not alone and $e^{-1}\approx 37\%$ of all people could be expected to be in the same situation, which I'm sure cheered her up immensely.
This number assumes that friendships are distributed randomly, such that each person in a population of $n$ chooses a best friend at random. Then the probability that any given person is not anyone's best friend is $(1-\frac{1}{n-1})^{n-1}$, which tends to $e^{-1}$ for large $n$.
Afterwards I'm not sure this is actually the best way to analyze the claim. Perhaps instead we should imagine assigning a random "friendship strength" to each edge in the complete graph on $n$ vertices, in which case my friend's lament would be "every vertex I'm connected to has an edge with higher weight than my edge to it". This is not the same as "everyone choses a best friend at random", because it guarantees that there's at least one pair of people who're mutually best friends, namely the two ends of the edge with the highest weight.
(Of course, some people are not friends at all; we can handle that by assigning low weights to their mutual edges. As long as everyone has at least one actual friend, this won't change who are whose best friends).
(It doesn't matter which distribution the friendship weights are chosen by, as long as it's continuous -- because all that matters is the relative order between the weights. Equivalently, one may simply choose a random total order on the $n(n-1)/2$ edges in the complete graph).
In this model, what is the probability that a given person is not anyone's best friend?
By linearity of expectations, the probability of being mutually best friends with anyone is $\frac{n-1}{2n-3}\approx\frac 12$ (much better than in the earlier model), but that doesn't take into account the possibility that some poor soul has me as their best friend whereas I myself has other better friends. Linearity of expectation doesn't seem to help here -- it tells me that the expected number of people whose best friend I am is $1$, but not the probability of this number being $0$.
(Edit: Several paragraphs of numerical results now moved to a significantly expanded answer)
This answer is quite similar to Lancel's answer, but I think it deals successfully with the subtle issue of dependence between friendships (if I am the best friend of $x_1$, then I am slightly more likely to also be the best friend of $x_2$, because my being the best friend of $x_1$ suggests that the friendship strength between $x_1$ and $x_2$ is "low", making it more likely that my strength to $x_2$ beats all of the other friendship strengths for $x_2$). This answer also avoids needing to worry about convergence of the power series.
We use Brun's Sieve, which is essentially a repackaging of the inclusion-exclusion method. Suppose that there are $n$ people aside from myself in the graph, and let $x_1, \ldots, x_r$ be any set of $r$ people. Let $B_i$ be the event that I am the best friend of person $i$. We need to show that, for each fixed $r$, as $n \to \infty$ we have ${n \choose r}P(B_1 \wedge \cdots \wedge B_r) \to \frac{1}{r!}$. To do this, we will show that $P(B_1 \wedge \cdots \wedge B_r) \to \frac{1}{n^r}$.
Now $P(B_1) = 1/n$: of the $n$ people that $x_1$ sees, I must have the highest strength. For higher $i$ we need to obtain conditional probabilities, and we only obtain upper and lower estimates, but these estimates will asymptotically approach each other as $n \to \infty$. For $P(B_2 | B_1)$, we have the lower bound $P(B_2 | B_1) \geq P(B_2) \geq 1/n$, since conditioning on $B_1$ only "pushes down" the value of the edge $x_1x_2$ (it is somewhat easier to see this by flipping the situation around: if we consider controlling the value of $x_1x_2$ and picking all other edge weights randomly, the probability of $B_1$ and the probability of $B_2$ each go down as the weight of $x_1x_2$ goes up). On the other hand, $P(B_2 | B_1) \leq 1/(n-1)$, since my weight to $x_2$ needs to beat each of $x_2$'s weights to vertices other than $x_1$, and conditioning on $B_1$ gives no information about those weights.
Continuing in this manner, we see that $1/n \leq P(B_i | B_1, \ldots, B_{i-1}) \leq 1/(n-i+1)$ for each $i$. When $r$ is fixed and $n \to \infty$, this gives $P(B_i | B_1, \ldots, b_{i-1}) \to 1/n$, so that $P(B_1 \wedge \cdots \wedge B_r) \to 1/n^r$.
Thus, by Brun's Sieve, we have $P\left(\bigwedge\overline{B_i}\right) \to e^{-1}$, and, what's more, the number of people whose best friend you are is (asymptotically) Poisson-distributed with mean $1$.