GET /api/bet_types/279caa4a-0f67-41f3-ad6a-da549c7e3f55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "279caa4a-0f67-41f3-ad6a-da549c7e3f55",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c2f5ecf-8aaf-41c1-940a-e3835546e28f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:16.052612-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": "Winnipeg Jets",
                "amount": 6864.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "a35f3074-7bf5-4012-b62e-0debdfec1156",
            "gambit_id": "9d0e51d6-661d-4d58-8ed6-500d38a876e2",
            "last_updated": "2023-11-29T21:58:08.238717-05:00",
            "created_at": "2023-11-28T09:33:16.062377-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/279caa4a-0f67-41f3-ad6a-da549c7e3f55/?format=api"
        },
        {
            "id": "568ff75b-a83a-41ee-a65f-467c837faa19",
            "gambit_id": "a18133d4-f921-49b5-a50b-03a078e63a17",
            "last_updated": "2023-11-29T21:58:08.235526-05:00",
            "created_at": "2023-11-28T09:33:16.057020-05:00",
            "name": "Dallas Stars",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/279caa4a-0f67-41f3-ad6a-da549c7e3f55/?format=api"
        }
    ]
}