GET /api/bet_types/9dbb6423-447f-4768-98a1-f852c907c39a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dbb6423-447f-4768-98a1-f852c907c39a",
    "match": "https://api-prod.gambitprofit.com/api/matches/feae4a5d-69d3-452c-b24a-e0bc73ee11e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:02.765978-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": 6856.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "d394cdf6-13bb-475a-91d5-f025c63e4658",
            "gambit_id": "f597d332-77e5-43ae-91e9-ffcef393889c",
            "last_updated": "2023-12-23T14:53:19.990469-05:00",
            "created_at": "2023-12-21T09:13:02.770925-05:00",
            "name": "Nashville Predators",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbb6423-447f-4768-98a1-f852c907c39a/?format=api"
        },
        {
            "id": "f527d7ec-726d-416d-91e0-c9bb94cfabbe",
            "gambit_id": "0ae96dfd-5cca-41c5-a7c3-49a38d8fa66a",
            "last_updated": "2023-12-23T14:53:19.994025-05:00",
            "created_at": "2023-12-21T09:13:02.777202-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dbb6423-447f-4768-98a1-f852c907c39a/?format=api"
        }
    ]
}