GET /api/bet_types/520c3bd3-0360-438c-8286-a409513a5056/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "520c3bd3-0360-438c-8286-a409513a5056",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad89c4f1-78e2-4068-ae10-c2e177af87d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-10T11:22:00.845184-04: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": "Winnipeg Jets",
                "amount": 5317.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "692d5594-af8f-4d2c-bf53-7740678e0e71",
            "gambit_id": "4b6c2c8c-a1b2-45a9-b5f2-9769f37f26e8",
            "last_updated": "2023-04-11T13:52:11.944025-04:00",
            "created_at": "2023-04-10T11:22:00.846998-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520c3bd3-0360-438c-8286-a409513a5056/?format=api"
        },
        {
            "id": "ef7189ab-6854-42d7-bdfc-df051ab4e3e0",
            "gambit_id": "eea11b8d-7e06-4b5c-a7fa-5a509bf0b7d9",
            "last_updated": "2023-04-11T13:52:11.945603-04:00",
            "created_at": "2023-04-10T11:22:00.849118-04:00",
            "name": "San Jose Sharks",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/520c3bd3-0360-438c-8286-a409513a5056/?format=api"
        }
    ]
}