GET /api/bet_types/d863b47f-0b92-438f-9683-8280ae39367f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d863b47f-0b92-438f-9683-8280ae39367f",
    "match": "https://api-prod.gambitprofit.com/api/matches/451daf6b-7ed7-4424-8aa0-9bf7dfa1bf61/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:02.382730-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": "Los Angeles Kings",
                "amount": 6759.0
            },
            {
                "team": "New York Rangers",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b8f58a-7f30-428f-88ee-a8617f70c068",
            "gambit_id": "dfceeba2-5a21-48fb-9d76-ec62e7ef6b84",
            "last_updated": "2023-12-12T10:28:16.801342-05:00",
            "created_at": "2023-12-10T09:58:02.388359-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d863b47f-0b92-438f-9683-8280ae39367f/?format=api"
        },
        {
            "id": "b02c1284-3411-4fd6-b4c6-3fbadb026592",
            "gambit_id": "abb14e4a-776e-438d-8657-5e4d6092b305",
            "last_updated": "2023-12-12T10:28:16.804500-05:00",
            "created_at": "2023-12-10T09:58:02.394140-05:00",
            "name": "New York Rangers",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d863b47f-0b92-438f-9683-8280ae39367f/?format=api"
        }
    ]
}