Spaces:
Running
Running
Commit
Β·
738a4c4
1
Parent(s):
88fe7c4
Update with up to date data
Browse files
Source/Data/gbg_and_odds_this_year.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 40436
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b221ad6dfd1fb2a52b78db860416d291f3462f054edbd8f1392d053a86ebb6a8
|
3 |
size 40436
|
Source/Data/gbg_this_year.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35353
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4031820a953c1bc42deeb1bda2d083b43f96f7e07998a653ca81746f928bdf8b
|
3 |
size 35353
|
Static/Over_Under_Predictions_dark.png
CHANGED
![]() |
![]() |
Static/Winner_Predictions_dark.png
CHANGED
![]() |
![]() |
Templates/index.html
CHANGED
@@ -531,7 +531,11 @@
|
|
531 |
wrapperDiv.dataset.proba = (moneyline.Probabilities[0] * 100).toFixed(0);
|
532 |
if (moneyline.Winner[0] === moneyline.Result) {
|
533 |
winnerEmojiDiv.textContent = 'β
';
|
534 |
-
}
|
|
|
|
|
|
|
|
|
535 |
winnerEmojiDiv.textContent = 'β';
|
536 |
}
|
537 |
if (moneyline.Result === 'N/A') {
|
@@ -577,7 +581,11 @@
|
|
577 |
overUnderDiv.dataset.proba = (data.over_unders[index]['Probability'][0] * 100).toFixed(0);
|
578 |
if (data.over_unders[index]['Over/Under'][0] === data.over_unders[index]['Result']) {
|
579 |
overEmojiDiv.textContent = 'β
';
|
580 |
-
}
|
|
|
|
|
|
|
|
|
581 |
overEmojiDiv.textContent = 'β';
|
582 |
}
|
583 |
if (data.over_unders[index]['Result'] === 'N/A') {
|
|
|
531 |
wrapperDiv.dataset.proba = (moneyline.Probabilities[0] * 100).toFixed(0);
|
532 |
if (moneyline.Winner[0] === moneyline.Result) {
|
533 |
winnerEmojiDiv.textContent = 'β
';
|
534 |
+
}
|
535 |
+
else if (moneyline.Result === 'Tie') {
|
536 |
+
winnerEmojiDiv.textContent = '(TIE)';
|
537 |
+
}
|
538 |
+
else {
|
539 |
winnerEmojiDiv.textContent = 'β';
|
540 |
}
|
541 |
if (moneyline.Result === 'N/A') {
|
|
|
581 |
overUnderDiv.dataset.proba = (data.over_unders[index]['Probability'][0] * 100).toFixed(0);
|
582 |
if (data.over_unders[index]['Over/Under'][0] === data.over_unders[index]['Result']) {
|
583 |
overEmojiDiv.textContent = 'β
';
|
584 |
+
}
|
585 |
+
else if (data.over_unders[index]['Over/Under'][0] === 'Push') {
|
586 |
+
overEmojiDiv.textContent = '(PUSH)';
|
587 |
+
}
|
588 |
+
else {
|
589 |
overEmojiDiv.textContent = 'β';
|
590 |
}
|
591 |
if (data.over_unders[index]['Result'] === 'N/A') {
|