GET /api/bet_types/9144c229-2d6d-44e4-9ad4-93d2dc8d4e32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9144c229-2d6d-44e4-9ad4-93d2dc8d4e32",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c620ad3-8517-448d-b8a8-dd75318c23c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:54.890634-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": "Washington Capitals",
                "amount": 6774.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7410905-4f7c-439c-9565-095aa8348ddf",
            "gambit_id": "5666f726-ff8d-4e99-9396-4c8450df0297",
            "last_updated": "2023-02-17T09:57:18.150246-05:00",
            "created_at": "2023-02-16T09:21:54.891894-05:00",
            "name": "Washington Capitals",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9144c229-2d6d-44e4-9ad4-93d2dc8d4e32/?format=api"
        },
        {
            "id": "0a3a0ce2-0c10-4a35-bf7e-81100430e320",
            "gambit_id": "2f602f23-b06d-4e68-9d2a-4c4c8a802440",
            "last_updated": "2023-02-17T09:57:18.151388-05:00",
            "created_at": "2023-02-16T09:21:54.893224-05:00",
            "name": "Florida Panthers",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9144c229-2d6d-44e4-9ad4-93d2dc8d4e32/?format=api"
        }
    ]
}