24 Seven Tips
slug: 24-seven-tips
type: custom
db.table: newbetfan_ai.twentyfourseven_tips
LIVE TIP FOUND
SELECT
`id` AS source_row_id,
`event_date` AS event_date,
`service_name` AS service_name,
`selection` AS selection_name,
`odds` AS odds_value,
`event_name` AS event_name,
`sport_type` AS sport_name,
`result_status` AS status_value,
NULL AS posted_time_value,
NULL AS sent_value,
NULL AS usable_value,
NULL AS tips_count_value,
NULL AS link_value
FROM `newbetfan_ai`.`twentyfourseven_tips`
WHERE 1 = 1
AND DATE(`event_date`) = CURDATE() AND (result_status = 'PENDING' AND service_name = '24 Seven Tips') ORDER BY id DESC LIMIT 1
Click Jacks
slug: click-jacks
type: custom
db.table: newbetfan_ai.jacks
LIVE TIP FOUND
SELECT
`id` AS source_row_id,
`event_date` AS event_date,
`service_name` AS service_name,
`selection` AS selection_name,
`odds` AS odds_value,
`event_name` AS event_name,
`sport_type` AS sport_name,
`result_status` AS status_value,
NULL AS posted_time_value,
NULL AS sent_value,
NULL AS usable_value,
NULL AS tips_count_value,
NULL AS link_value
FROM `newbetfan_ai`.`jacks`
WHERE 1 = 1
AND DATE(`event_date`) = CURDATE() AND (result_status = 'PENDING' AND (service_name LIKE 'Jack''s Morning Selections%' OR service_name LIKE 'BF Jacks %')) ORDER BY id DESC LIMIT 1