GET /api/bet_types/7a70736b-1c71-4b01-91c8-197a345d3946/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a70736b-1c71-4b01-91c8-197a345d3946",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e583f2-421e-4ebc-ad1a-24754811255f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T13:12:10.266328-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": "Calgary Flames",
                "amount": 6900.0
            },
            {
                "team": "New York Rangers",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "0510e671-1cf0-4825-acfc-645e5ad90c45",
            "gambit_id": "cb2884e6-4081-41e4-a87e-f7220d2348f1",
            "last_updated": "2023-02-07T11:16:52.970352-05:00",
            "created_at": "2023-02-06T13:12:10.269272-05:00",
            "name": "Calgary Flames",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a70736b-1c71-4b01-91c8-197a345d3946/?format=api"
        },
        {
            "id": "4d143ac3-172d-4780-a154-43e274725a63",
            "gambit_id": "4578fe0a-b25e-466c-9ba5-fbebc6c90bbb",
            "last_updated": "2023-02-07T11:16:52.969026-05:00",
            "created_at": "2023-02-06T13:12:10.267764-05:00",
            "name": "New York Rangers",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a70736b-1c71-4b01-91c8-197a345d3946/?format=api"
        }
    ]
}