GET /api/bet_types/4bce087d-f9ad-4157-90b5-d10eb85dda27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bce087d-f9ad-4157-90b5-d10eb85dda27",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5f98654-82fe-4e4b-b63d-81484c03fb68/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:22.738802-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": "KAN",
                "amount": 5423.0
            },
            {
                "team": "CLE",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd008804-1b01-4ee5-a613-269e219dc7f3",
            "gambit_id": "7b9d3816-ad40-4b4d-ac8a-d2a736956157",
            "last_updated": "2023-09-22T10:48:05.360586-04:00",
            "created_at": "2023-09-20T08:23:22.748303-04:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bce087d-f9ad-4157-90b5-d10eb85dda27/?format=api"
        },
        {
            "id": "4753f2fb-b3a9-4328-8b8c-559e31523739",
            "gambit_id": "d7c4bbc5-a873-4f66-b1e6-37b456be627c",
            "last_updated": "2023-09-22T10:48:05.357134-04:00",
            "created_at": "2023-09-20T08:23:22.742658-04:00",
            "name": "CLE",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bce087d-f9ad-4157-90b5-d10eb85dda27/?format=api"
        }
    ]
}