GET /api/bet_types/bb290933-fb7d-46ec-b40b-4dd552a1e973/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb290933-fb7d-46ec-b40b-4dd552a1e973",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf043086-c563-4e71-9df0-5523894a4287/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Blackhawks",
                "amount": 5571.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2e44faa-0165-4923-911c-3af462e390fe",
            "gambit_id": "8d3c55e4-0a41-432f-a145-7d6afd18b3d1",
            "last_updated": "2022-12-14T10:12:16.640727-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb290933-fb7d-46ec-b40b-4dd552a1e973/?format=api"
        },
        {
            "id": "1c75a08b-e0dc-4a79-b2cf-e9fd1d3af773",
            "gambit_id": "08c841e5-4c89-4e61-9d26-5ff7bb2fb5ce",
            "last_updated": "2022-12-14T10:12:16.642196-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb290933-fb7d-46ec-b40b-4dd552a1e973/?format=api"
        }
    ]
}