GET /api/bet_types/7b4ec6f8-9b81-44e1-b5ff-3fcbd2e1805f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b4ec6f8-9b81-44e1-b5ff-3fcbd2e1805f",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc36bc74-7931-40fd-9df2-75040b9aeb9c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "CIN",
                "amount": 5842.0
            },
            {
                "team": "WAS",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "3807435b-ef3e-48d3-b675-fb43287c7e8b",
            "gambit_id": "8b535bee-05c2-48a7-a6f4-1a3bdef73055",
            "last_updated": "2022-08-27T12:37:03.785321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b4ec6f8-9b81-44e1-b5ff-3fcbd2e1805f/?format=api"
        },
        {
            "id": "28861eb6-b498-4b26-925e-49e427b71a70",
            "gambit_id": "caabb707-2a31-4815-a385-9a884d3f6c7f",
            "last_updated": "2022-08-27T12:37:03.784850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b4ec6f8-9b81-44e1-b5ff-3fcbd2e1805f/?format=api"
        }
    ]
}