GET /api/bet_types/4297060b-d256-47fc-9759-8a54c2aa48d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4297060b-d256-47fc-9759-8a54c2aa48d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a3c97db-b7bb-4a0a-954c-b139b392ac87/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:36:58.921859-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": "Detroit Red Wings",
                "amount": 6563.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "9068b801-362e-4542-ab7c-f95938c80fca",
            "gambit_id": "b61b0411-757e-4faa-ab53-b5e0aaabd8e8",
            "last_updated": "2023-03-01T09:52:12.561356-05:00",
            "created_at": "2023-02-28T12:36:58.924414-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4297060b-d256-47fc-9759-8a54c2aa48d3/?format=api"
        },
        {
            "id": "b1f9391e-20ff-4636-8342-1ddc4b5d1467",
            "gambit_id": "b74bb699-1747-4b4c-a928-29aa131edf05",
            "last_updated": "2023-03-01T09:52:12.560167-05:00",
            "created_at": "2023-02-28T12:36:58.923098-05:00",
            "name": "Ottawa Senators",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4297060b-d256-47fc-9759-8a54c2aa48d3/?format=api"
        }
    ]
}