GET /api/bet_types/c9b723ad-6dc3-4f25-96ca-bda81d8ba91c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9b723ad-6dc3-4f25-96ca-bda81d8ba91c",
    "match": "https://api-prod.gambitprofit.com/api/matches/222f52df-2b4e-4bc8-85b8-b80c02e991c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-29T08:08:08.464178-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": "CHC",
                "amount": 6449.0
            },
            {
                "team": "STL",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf47a931-d801-4237-ad82-81d65928fe9d",
            "gambit_id": "4376485e-c189-4c21-87b8-0194c127515c",
            "last_updated": "2023-07-31T13:03:19.936429-04:00",
            "created_at": "2023-07-29T08:08:08.469338-04:00",
            "name": "CHC",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b723ad-6dc3-4f25-96ca-bda81d8ba91c/?format=api"
        },
        {
            "id": "31f86021-2f88-4e87-9974-adcbb5a0a7a7",
            "gambit_id": "e8fd8619-57a3-4f56-beee-bd04440bd13a",
            "last_updated": "2023-07-31T13:03:19.940127-04:00",
            "created_at": "2023-07-29T08:08:08.474170-04:00",
            "name": "STL",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b723ad-6dc3-4f25-96ca-bda81d8ba91c/?format=api"
        }
    ]
}