GET /api/bet_types/ebc99ea9-ec93-4f9a-b27d-4aaef50dd932/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebc99ea9-ec93-4f9a-b27d-4aaef50dd932",
    "match": "https://api-prod.gambitprofit.com/api/matches/efa7f2f4-b113-4cfb-9dac-46440a9cf4e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:00.936077-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": "Chicago Blackhawks",
                "amount": 6020.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "233d658b-a7b3-4805-8612-b9e3fd3ec462",
            "gambit_id": "c5d399ca-32b0-46e2-a91b-3e49516dee69",
            "last_updated": "2023-03-28T11:21:59.265858-04:00",
            "created_at": "2023-03-26T13:37:00.939105-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebc99ea9-ec93-4f9a-b27d-4aaef50dd932/?format=api"
        },
        {
            "id": "e5780af8-e090-4b53-b270-16f694679850",
            "gambit_id": "836a9124-6273-465d-90e4-99398ec43bcc",
            "last_updated": "2023-03-28T11:21:59.268292-04:00",
            "created_at": "2023-03-26T13:37:00.941443-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebc99ea9-ec93-4f9a-b27d-4aaef50dd932/?format=api"
        }
    ]
}