GET /api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca06ea8c-b067-4e19-8040-666225cbb0ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2920dc8-1b0c-400d-984a-2c468419fc62/?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": "DET",
                "amount": 5405.0
            },
            {
                "team": "CLE",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e95384a-db27-4210-b5f1-8b7678cf76f5",
            "gambit_id": "5e9cb569-f31a-4920-a50a-da0e4df2d0f5",
            "last_updated": "2022-08-12T09:52:09.008298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
        },
        {
            "id": "fa7869b4-a008-4057-bcb2-5a40fd33d87e",
            "gambit_id": "698f5b86-5154-464b-8273-2cb68559a399",
            "last_updated": "2022-08-12T09:52:09.009321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca06ea8c-b067-4e19-8040-666225cbb0ba/?format=api"
        }
    ]
}