Hi, apoc.algo. betweenness procedure not found for me, ran following query similar to shown here on github :
MATCH (o:Originator),(b:Beneficiary)
WITH collect(o) AS origs
CALL apoc.algo.betweenness(['LINKED_TO_ORIGINATOR'], origs, 'INCOMING') YIELD ...