GET /api/bet_types/0062a616-cbbe-4def-88c9-dc3b37c71d0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0062a616-cbbe-4def-88c9-dc3b37c71d0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/86907020-f358-4862-a811-ad28a05f0cc0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-28T09:58:21.838125-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "414a0684-f55a-42df-873e-640975c2ee0b",
            "gambit_id": "35677562-20cc-4e56-881c-41c905e8aad8",
            "last_updated": "2024-01-29T22:18:12.717600-05:00",
            "created_at": "2024-01-28T09:58:21.847111-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0062a616-cbbe-4def-88c9-dc3b37c71d0a/?format=api"
        },
        {
            "id": "f0986b2b-3661-467f-a7a9-542180fa3586",
            "gambit_id": "b712557b-b69e-46fc-862a-fbe1fd6a8b1c",
            "last_updated": "2024-01-29T22:18:12.720822-05:00",
            "created_at": "2024-01-28T09:58:21.852193-05:00",
            "name": "Seattle Kraken",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0062a616-cbbe-4def-88c9-dc3b37c71d0a/?format=api"
        }
    ]
}