Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. module.exports = {
  2. buckets: [
  3. {
  4. id: 'bandwagon_bets',
  5. type: 'group',
  6. config: {
  7. direction: 'vertical',
  8. spacing: 0.5,
  9. },
  10. items: [
  11. {
  12. type: 'header',
  13. optimizely_key: 'bandwagon_bets_header',
  14. config: {
  15. title: 'Bandwagon Bets',
  16. secondary_text: 'Find the popular side of upcoming games',
  17. },
  18. },
  19. {
  20. type: 'bandwagon_bets',
  21. config: {
  22. id: 'bandwagon_bets',
  23. items: [
  24. {
  25. id: 'money_percentage',
  26. title: 'Money Percentage',
  27. items: [
  28. {
  29. percentage: '75%',
  30. pick_type: 'ml_home',
  31. game: {
  32. ref: 67194,
  33. },
  34. },
  35. {
  36. percentage: '75%',
  37. pick_type: 'ml_home',
  38. game: {
  39. ref: 67194,
  40. },
  41. },
  42. ],
  43. },
  44. {
  45. id: 'bet_percentage',
  46. title: 'Bet Percentage',
  47. items: [
  48. {
  49. percentage: '75%',
  50. pick_type: 'ml_away',
  51. game: {
  52. ref: 65840,
  53. },
  54. },
  55. {
  56. percentage: '75%',
  57. pick_type: 'spread_away',
  58. game: {
  59. ref: 65840,
  60. },
  61. },
  62. ],
  63. },
  64. ],
  65. },
  66. },
  67. {
  68. type: 'footer',
  69. ...footer stuff goes here
  70. }
  71. ],
  72. },
  73. ],
  74. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement