GET /api/bet_types/a4b62495-b0ad-439c-8a3a-29c5573be62d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4b62495-b0ad-439c-8a3a-29c5573be62d",
    "match": "https://api-prod.gambitprofit.com/api/matches/13709a23-cc50-4b23-ba3d-ae510310f844/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:16.309599-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": 6942.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "457bb2ba-591a-4547-ad10-bfa4ed99b6d0",
            "gambit_id": "07281921-650e-46fb-8e3e-3984e6161eb0",
            "last_updated": "2023-11-29T21:58:07.379704-05:00",
            "created_at": "2023-11-28T09:33:16.317946-05:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b62495-b0ad-439c-8a3a-29c5573be62d/?format=api"
        },
        {
            "id": "b9d3699c-766b-4a2d-93be-39e661ad8207",
            "gambit_id": "a822518a-6946-4357-8d5a-e478f71a33e0",
            "last_updated": "2023-11-29T21:58:07.376150-05:00",
            "created_at": "2023-11-28T09:33:16.313228-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4b62495-b0ad-439c-8a3a-29c5573be62d/?format=api"
        }
    ]
}