GET /api/bet_types/90de23c9-14d9-479e-b72d-f67f8f11543b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90de23c9-14d9-479e-b72d-f67f8f11543b",
    "match": "https://api-prod.gambitprofit.com/api/matches/aacdf755-0731-4902-b519-8623cf419f04/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:09.110342-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": "New York Rangers",
                "amount": 6900.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 9453.0,
        "profit_sb": -47.0,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "142b558e-199a-408b-badb-d6001ac7ec27",
            "gambit_id": "04a59c76-88da-46a8-976d-1b7ec311fc41",
            "last_updated": "2023-12-18T10:23:36.625590-05:00",
            "created_at": "2023-12-16T09:23:09.113781-05:00",
            "name": "New York Rangers",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90de23c9-14d9-479e-b72d-f67f8f11543b/?format=api"
        },
        {
            "id": "a8a41a5a-a6de-4827-b583-70d85fa8d2e4",
            "gambit_id": "a1a480a5-d98b-4048-8ce5-c7dba8bac516",
            "last_updated": "2023-12-18T10:23:36.628937-05:00",
            "created_at": "2023-12-16T09:23:09.118043-05:00",
            "name": "Boston Bruins",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90de23c9-14d9-479e-b72d-f67f8f11543b/?format=api"
        }
    ]
}