GET /api/bet_types/ee8f5808-403d-4a78-b365-6e85d323b420/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee8f5808-403d-4a78-b365-6e85d323b420",
    "match": "https://api-prod.gambitprofit.com/api/matches/12a8fb5b-8d01-4432-9f1d-8955b0238dec/?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": "Vancouver Canucks",
                "amount": 6542.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3458.0
            }
        ],
        "expected_reward_tokens": 9093.38,
        "profit_sb": 93.38,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d59dcf0-69af-45db-96de-11dc777f0c51",
            "gambit_id": "3e15523a-2720-4504-9e6f-5e34ccfbb5b5",
            "last_updated": "2022-11-09T09:48:29.931048-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8f5808-403d-4a78-b365-6e85d323b420/?format=api"
        },
        {
            "id": "76b7f458-9804-4eee-8f1c-5c6ef9e100dd",
            "gambit_id": "d8545dab-1470-4c71-bdc8-800fca2cba86",
            "last_updated": "2022-11-09T09:48:29.930059-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8f5808-403d-4a78-b365-6e85d323b420/?format=api"
        }
    ]
}