GET /api/bet_types/d808d19b-9c06-472b-a303-6802bcddede3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d808d19b-9c06-472b-a303-6802bcddede3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdd20dd4-6cdb-4d16-8f6f-35d1ced4a041/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:54.622730-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": "Seattle Kraken",
                "amount": 6241.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "32a14b6a-44b5-4d6c-b591-0548cfc05c12",
            "gambit_id": "5ce72c11-8c17-4af3-9fd5-3a2b8ef53bca",
            "last_updated": "2023-03-06T19:12:06.262125-05:00",
            "created_at": "2023-03-05T14:19:54.623877-05:00",
            "name": "Seattle Kraken",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d808d19b-9c06-472b-a303-6802bcddede3/?format=api"
        },
        {
            "id": "8a932a71-7ff5-4247-8ce0-da2b03161c5c",
            "gambit_id": "4c93e34c-5058-4f0f-9107-135e7c91cfbf",
            "last_updated": "2023-03-06T19:12:06.263683-05:00",
            "created_at": "2023-03-05T14:19:54.625509-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d808d19b-9c06-472b-a303-6802bcddede3/?format=api"
        }
    ]
}