GET /api/bet_types/bbeb958e-79c7-4bcc-b106-68ac199f94be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbeb958e-79c7-4bcc-b106-68ac199f94be",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffe3eb8b-d62e-40a8-977b-7d053d4a1663/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:14.721982-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nashville Predators",
                "amount": 7033.0
            },
            {
                "team": "New York Islanders",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e76666a-9553-4e89-9a0e-97164dd9b0a6",
            "gambit_id": "a80a332d-7a54-4605-aaa1-cc0a193881c9",
            "last_updated": "2024-01-16T15:08:02.214518-05:00",
            "created_at": "2024-01-13T09:38:14.729585-05:00",
            "name": "Nashville Predators",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbeb958e-79c7-4bcc-b106-68ac199f94be/?format=api"
        },
        {
            "id": "33e77fe8-c8e3-49a6-969d-11c3dc7dd63d",
            "gambit_id": "d7549c5d-6882-4b59-8407-5318e44dd709",
            "last_updated": "2024-01-16T15:08:02.208699-05:00",
            "created_at": "2024-01-13T09:38:14.725575-05:00",
            "name": "New York Islanders",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbeb958e-79c7-4bcc-b106-68ac199f94be/?format=api"
        }
    ]
}