GET /api/bet_types/768e4050-3a17-4509-983f-ccecb54401e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "768e4050-3a17-4509-983f-ccecb54401e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e653d8d3-10bb-4ed5-a61c-4554e18e7336/?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": "BOS",
                "amount": 5911.0
            },
            {
                "team": "NYY",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "88cb4f83-9d72-4b08-8ea8-207caaaede84",
            "gambit_id": "8e20d9da-eb3b-4e82-8756-735b4aeb1d08",
            "last_updated": "2022-08-13T10:52:03.397070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768e4050-3a17-4509-983f-ccecb54401e2/?format=api"
        },
        {
            "id": "e90b995d-2d18-45cf-9bc5-9657c40f7eea",
            "gambit_id": "918ab082-fdee-4fb7-8f47-4cc25ada3712",
            "last_updated": "2022-08-13T10:52:03.397559-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/768e4050-3a17-4509-983f-ccecb54401e2/?format=api"
        }
    ]
}