GET /api/bet_types/c5c14907-c74e-47d5-84f8-925dc3579354/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5c14907-c74e-47d5-84f8-925dc3579354",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3ad1813-d0f7-499d-9895-8fabbeb67721/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-20T05:38:15.225820-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": "Ottawa Senators",
                "amount": 6390.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "78a27aa1-49fa-49c9-bc6d-dc8ab814a814",
            "gambit_id": "0495b221-0e41-49f8-97de-38535576b626",
            "last_updated": "2024-01-23T20:28:16.892856-05:00",
            "created_at": "2024-01-20T05:38:15.238156-05:00",
            "name": "Ottawa Senators",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c14907-c74e-47d5-84f8-925dc3579354/?format=api"
        },
        {
            "id": "1d97a2e6-a062-4d99-8829-5b471ccae6f2",
            "gambit_id": "7871cf9b-f180-4551-8074-bbc4aaa5e385",
            "last_updated": "2024-01-23T20:28:16.888887-05:00",
            "created_at": "2024-01-20T05:38:15.230952-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5c14907-c74e-47d5-84f8-925dc3579354/?format=api"
        }
    ]
}