\documentclass[tikz,border=10pt]{standalone}
                        \IfFileExists{newpxtext.sty}{\usepackage{newpxtext,newpxmath}}{}
                        \linespread{1.10}
                        \usetikzlibrary{shapes}
                        \usetikzlibrary{arrows.meta}
                        \usepackage{graphicx}

                        \begin{document}

                        % TikZ code with built-in styling for game trees
% TikZ libraries required for game trees
\usetikzlibrary{shapes}
\usetikzlibrary{arrows.meta}

% Style settings for game tree formatting
\tikzset{
    every node/.append style={font=\sffamily\itshape},
    every text node part/.append style={align=center},
    node distance=1.5mm,
    thick
}

% Built-in macro definitions for game tree drawing
\newdimen\ndiam
\ndiam1.5mm
\newdimen\sqwidth
\sqwidth1.6mm
\newdimen\spx
\spx.7mm
\newdimen\spy
\spy.5mm
\newdimen\paydown
\paydown2.5ex
\newdimen\treethickn
\treethickn1.0pt
\definecolor{chancecolor}{RGB}{117,145,56}
\definecolor{p1rgb}{RGB}{0,127,255}
\definecolor{p2rgb}{RGB}{221,121,224}

% Game tree content from /home/docs/checkouts/readthedocs.org/user_builds/gambitproject/checkouts/latest/catalog/books/shohamleytonbrown2008/fig5_2__original_layout.ef
\begin{tikzpicture}[scale=0.8
  , StealthFill/.tip={Stealth[line width=.7pt,inset=0pt,length=13pt,angle'=30]}]
% \draw [help lines, color=green] (-5,0) grid (5,-6);
%% player 1 name 1
\def\playerone{1}
%% player 2 name 2
\def\playertwo{2}
%% level 0 node 1 player 1
\draw [line width=\treethickn] (0,-0)
   ;
%% level 2 node 1 player 2 xshift -3.22 from 0,1 move A
\draw [line width=\treethickn,color=p1rgb] (-3.22,-2)
   -- (0,-0);
\draw (-1.61,-1) node[left,xshift=-0.5mm,color=p1rgb] {A\strut};
%% level 2 node 2 player 2 xshift 3.22 from 0,1 move B
\draw [line width=\treethickn,color=p1rgb] (3.22,-2)
   -- (0,-0);
\draw (1.61,-1) node[right,xshift=0.5mm,color=p1rgb] {B\strut};
%% level 4 node 1 xshift -1.43 from 2,1 move C payoffs 3 8
\draw [line width=\treethickn,color=p2rgb] (-4.65,-4)
   node[below,yshift=0.1\paydown,color=p1rgb] {$\mathsf{3}\strut$}
   node[below,yshift=-0.9\paydown,color=p2rgb] {$\mathsf{8}\strut$}
   -- (-3.22,-2);
\draw (-3.935,-3) node[left,xshift=-0.5mm,color=p2rgb] {C\strut};
%% level 4 node 2 xshift 1.43 from 2,1 move D payoffs 8 3
\draw [line width=\treethickn,color=p2rgb] (-1.79,-4)
   node[below,yshift=0.1\paydown,color=p1rgb] {$\mathsf{8}\strut$}
   node[below,yshift=-0.9\paydown,color=p2rgb] {$\mathsf{3}\strut$}
   -- (-3.22,-2);
\draw (-2.505,-3) node[right,xshift=0.5mm,color=p2rgb] {D\strut};
%% level 4 node 3 xshift -2.15 from 2,2 move E payoffs 5 5
\draw [line width=\treethickn,color=p2rgb] (1.07,-4)
   node[below,yshift=0.1\paydown,color=p1rgb] {$\mathsf{5}\strut$}
   node[below,yshift=-0.9\paydown,color=p2rgb] {$\mathsf{5}\strut$}
   -- (3.22,-2);
\draw (2.145,-3) node[left,xshift=-0.5mm,color=p2rgb] {E\strut};
%% level 4 node 4 player 1 xshift 2.15 from 2,2 move F
\draw [line width=\treethickn,color=p2rgb] (5.37,-4)
   -- (3.22,-2);
\draw (4.295,-3) node[right,xshift=0.5mm,color=p2rgb] {F\strut};
%% level 6 node 1 xshift -1.43 from 4,4 move G payoffs 2 10
\draw [line width=\treethickn,color=p1rgb] (3.94,-6)
   node[below,yshift=0.1\paydown,color=p1rgb] {$\mathsf{2}\strut$}
   node[below,yshift=-0.9\paydown,color=p2rgb] {$\mathsf{10}\strut$}
   -- (5.37,-4);
\draw (4.655,-5) node[left,xshift=-0.5mm,color=p1rgb] {G\strut};
%% level 6 node 2 xshift 1.43 from 4,4 move H payoffs 1 0
\draw [line width=\treethickn,color=p1rgb] (6.8,-6)
   node[below,yshift=0.1\paydown,color=p1rgb] {$\mathsf{1}\strut$}
   node[below,yshift=-0.9\paydown,color=p2rgb] {$\mathsf{0}\strut$}
   -- (5.37,-4);
\draw (6.085,-5) node[right,xshift=0.5mm,color=p1rgb] {H\strut};
\node[inner sep=0pt,minimum size=\ndiam,draw=p1rgb,fill=p1rgb,shape=circle] at (0,-0) {};
\node[inner sep=0pt,minimum size=\ndiam,draw=p2rgb,fill=p2rgb,shape=circle] at (-3.22,-2) {};
\node[inner sep=0pt,minimum size=\ndiam,draw=p2rgb,fill=p2rgb,shape=circle] at (3.22,-2) {};
\node[inner sep=0pt,minimum size=\ndiam,draw=p1rgb,fill=p1rgb,shape=circle] at (5.37,-4) {};

% Player color legend
\begin{scope}[scale=1,shift={(-6.15,-0.0)}]
\node[inner sep=0pt,minimum size=\ndiam,draw=p1rgb,fill=p1rgb,shape=circle] at (0,0) {};
\node[anchor=west] at (0.3,0) {1};
\node[inner sep=0pt,minimum size=\ndiam,draw=p2rgb,fill=p2rgb,shape=circle] at (0,-0.625) {};
\node[anchor=west] at (0.3,-0.625) {2};
\end{scope}

\end{tikzpicture}

                        \end{document}
                        