GET /api/bet_types/151566f9-9879-4bf8-8468-7359463c73e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "151566f9-9879-4bf8-8468-7359463c73e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/db05f1ff-2ffc-4e89-bb1b-f413941bd5a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:09.917077-04: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": "CWS",
                "amount": 5317.0
            },
            {
                "team": "TOR",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ed31855-c2ce-4396-aa5e-3a9c3da5af62",
            "gambit_id": "2949b37d-e3d3-4921-b8c1-2ac936418167",
            "last_updated": "2023-04-27T11:52:07.684131-04:00",
            "created_at": "2023-04-26T12:02:09.920165-04:00",
            "name": "CWS",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151566f9-9879-4bf8-8468-7359463c73e6/?format=api"
        },
        {
            "id": "03168def-64de-44e5-947b-ba8d595beae1",
            "gambit_id": "65c2fd8d-7f25-4941-9b14-c0f626dc9c69",
            "last_updated": "2023-04-27T11:52:07.682463-04:00",
            "created_at": "2023-04-26T12:02:09.918705-04:00",
            "name": "TOR",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/151566f9-9879-4bf8-8468-7359463c73e6/?format=api"
        }
    ]
}