GET /api/bet_types/b39e29f7-74c9-40a5-9ce8-dd5a364b2fcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b39e29f7-74c9-40a5-9ce8-dd5a364b2fcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ca70863-b728-4604-8a5e-44b8450752ee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-04T09:48:05.689156-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": "Dallas Stars",
                "amount": 5213.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f628cf05-181b-40a3-bcc6-519b9b31b583",
            "gambit_id": "8e80ce90-fb3d-484d-94d3-f2188b8b1b57",
            "last_updated": "2023-12-05T21:18:20.304721-05:00",
            "created_at": "2023-12-04T09:48:05.697193-05:00",
            "name": "Dallas Stars",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b39e29f7-74c9-40a5-9ce8-dd5a364b2fcc/?format=api"
        },
        {
            "id": "5f2cb0cc-9615-4811-a6a0-cee3643ca20d",
            "gambit_id": "0af264cb-25c2-4630-86af-8135f3587126",
            "last_updated": "2023-12-05T21:18:20.308299-05:00",
            "created_at": "2023-12-04T09:48:05.703992-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b39e29f7-74c9-40a5-9ce8-dd5a364b2fcc/?format=api"
        }
    ]
}