Get betting line providers from the CollegeBasketballData API.
Value
A hoopR_data tibble with one row per line provider:
| col_name | types | description |
| id | integer | Line provider id. |
| name | character | Line provider name. |
See also
Other CBD Lines Functions:
cbbd_lines()
Examples
# \donttest{
try(cbbd_lines_providers())
#> ✖ 2026-06-09 22:48:21.348825: Invalid arguments or no line providers available!
#> ✖ Error: api.collegebasketballdata.com requires an API key. See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }
