GET /api/bet_types/cfb5b6ae-b77b-4f9f-aaf2-8c7ac1e5dc3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfb5b6ae-b77b-4f9f-aaf2-8c7ac1e5dc3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d15fc0-5240-4655-8438-e645966541af/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:23.679119-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": "Detroit Red Wings",
                "amount": 6390.0
            },
            {
                "team": "New York Rangers",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9db301e-007e-4ecd-995e-788979f0a104",
            "gambit_id": "4aee0243-3cbd-4b59-b3a2-9b88d2466474",
            "last_updated": "2023-11-10T12:58:26.947818-05:00",
            "created_at": "2023-11-07T08:38:23.683438-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb5b6ae-b77b-4f9f-aaf2-8c7ac1e5dc3e/?format=api"
        },
        {
            "id": "fbf69192-b7b9-4585-b12b-73042a2c702b",
            "gambit_id": "30edc7b9-212d-4101-8f40-c090d7b0359d",
            "last_updated": "2023-11-10T12:58:26.951694-05:00",
            "created_at": "2023-11-07T08:38:23.688240-05:00",
            "name": "New York Rangers",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb5b6ae-b77b-4f9f-aaf2-8c7ac1e5dc3e/?format=api"
        }
    ]
}