GET /api/bet_types/ec85c604-0fd5-4905-8aef-904ccb480211/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec85c604-0fd5-4905-8aef-904ccb480211",
    "match": "https://api-prod.gambitprofit.com/api/matches/ceb1dfc9-3d03-471a-8e7d-13ca1c998a9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-27T09:07:23.177632-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e576ae8-d3de-401b-b77b-06b566e46493",
            "gambit_id": "372b92bb-eb76-45fb-ae98-0bd2c7346473",
            "last_updated": "2023-03-28T11:01:58.015333-04:00",
            "created_at": "2023-03-27T09:07:23.179635-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec85c604-0fd5-4905-8aef-904ccb480211/?format=api"
        },
        {
            "id": "b3d57a94-3b7e-4815-ae4d-49c2254fe248",
            "gambit_id": "7737bb09-60c9-4ac7-87ca-1a2e1ca55980",
            "last_updated": "2023-03-28T11:01:58.019132-04:00",
            "created_at": "2023-03-27T09:07:23.181866-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec85c604-0fd5-4905-8aef-904ccb480211/?format=api"
        }
    ]
}