GET /api/bet_types/7dfd35cc-8b82-4755-8ef0-c53bb73bcbd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dfd35cc-8b82-4755-8ef0-c53bb73bcbd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecb7a8b5-f2d3-48bf-9736-220075445a23/?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": "San Jose Sharks",
                "amount": 6723.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3277.0
            }
        ],
        "expected_reward_tokens": 9142.83,
        "profit_sb": 142.83,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "0de4bb86-5640-40c6-85a7-631d3b7bec49",
            "gambit_id": "5e26d87a-d408-4d1c-9761-4aa93e312734",
            "last_updated": "2022-12-08T13:02:16.962701-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dfd35cc-8b82-4755-8ef0-c53bb73bcbd6/?format=api"
        },
        {
            "id": "c7379abf-a4e4-4fe2-a291-665e4812d6c8",
            "gambit_id": "abe369b4-20e9-4cbb-be8d-8f553b06950f",
            "last_updated": "2022-12-08T13:02:16.963676-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.79000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dfd35cc-8b82-4755-8ef0-c53bb73bcbd6/?format=api"
        }
    ]
}