GET /api/bet_types/5bc7ce40-4d41-4f4c-a9dc-fda384e3689c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bc7ce40-4d41-4f4c-a9dc-fda384e3689c",
    "match": "https://api-prod.gambitprofit.com/api/matches/87984b3c-2767-4e81-92e5-438cae20d431/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:14.513366-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": "New Jersey Devils",
                "amount": 6324.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5f1dc9a-707a-4f45-b597-2234f6dd2997",
            "gambit_id": "ab11eb02-532f-4ccb-977e-d5ba64a1255f",
            "last_updated": "2024-01-15T09:53:15.916037-05:00",
            "created_at": "2024-01-11T09:38:14.517278-05:00",
            "name": "New Jersey Devils",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bc7ce40-4d41-4f4c-a9dc-fda384e3689c/?format=api"
        },
        {
            "id": "f1466eec-0980-4b4b-8f7a-629ff6ca55fd",
            "gambit_id": "2aceffd3-3457-405c-a89b-43a14f29564c",
            "last_updated": "2024-01-15T09:53:15.919393-05:00",
            "created_at": "2024-01-11T09:38:14.521592-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bc7ce40-4d41-4f4c-a9dc-fda384e3689c/?format=api"
        }
    ]
}