Sam Balter

Samuel Balter Jr. (October 15, 1909 – August 8, 1998) was an American basketball player who won a gold medal at the 1936 Olympics, and sportscaster.[1]

Olympic medal record
Representing  United States
Men's basketball
Olympic Games
1936 Berlin Team competition

Career

Balter was born in Detroit, Michigan.[1] He went first to Lincoln High School, and then to Roosevelt High School, both in Los Angeles.[2] He attended UCLA, where he played basketball and was an All American.[1][3]

He competed in the 1936 Summer Olympics. As a Jew, he had some hesitation about playing in the Olympics hosted by Hitler's Germany, but was persuaded when he was assured by Avery Brundage that there would be no Nazi propaganda at the games.[4]

He was part of the American basketball team, which won the gold medal. He played two matches, but not the final match in which the US team won the gold medal. He was one of a number of Jewish athletes who won medals at the Nazi Olympics in Berlin in 1936.[5]

Before the Olympics, Balter played college basketball at UCLA and for an amateur basketball team sponsored by Universal Pictures.

Balter later turned his celebrity into a career as a Los Angeles sportscaster, announcing at radio station KLAC from 1946 to 1962, and starting his TV career on a local station in 1950. He was known as the "voice of UCLA football and basketball" and also wrote sports columns for the Los Angeles Herald-Express.[6][7]

Balter was the broadcast announcer for the Los Angeles Stars of the American Basketball Association before the ABA-NBA merger.[8] He also appeared in a number of movies and television shows, always portraying a radio announcer or sportscaster.

He is a member of the Amateur Athletic Union (AAU) Hall of Fame, the International Jewish Sports Hall of Fame, the Southern California Broadcasters Hall of Fame, the Southern California Jewish Sports Hall of Fame, and the UCLA Athletic Hall of Fame.[3][3][9]

Personal life

Balter was married and had a daughter. He died as a result of complications from abdominal surgery on August 8, 1998.[6]

gollark: ```lualocal function isprime(n) for i = 2, math.sqrt(n) do if n % i == 0 then return false end end return trueend local function findprime(from) local i = from while true do if isprime(i) then return i end i = i + 1 endend```
gollark: ```lua if settings.get "potatOS.removable" then potatOS.actually_really_uninstall = function(hedgehog) if hedgehog == "76fde5717a89e332513d4f1e5b36f6cb" then print "Hedgehog valid. Deleting potatOS main code." fs.delete "/autorun" else error "Invalid hedgehog! Expected 76fde5717a89e332513d4f1e5b36f6cb." end end end```Also this bit, optionally.
gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.