GET /api/bet_types/90815383-237d-4913-b29e-d7a62a5c1696/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90815383-237d-4913-b29e-d7a62a5c1696",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3b62d7b-b944-430e-8e87-18f6e8d512f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-20T09:13:17.669667-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": "Columbus Blue Jackets",
                "amount": 6222.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e8de512-41c8-44d2-adc7-33503b8a61a9",
            "gambit_id": "8a8de637-e68c-472a-9c00-eedb0dd052f8",
            "last_updated": "2023-10-21T10:13:18.419411-04:00",
            "created_at": "2023-10-20T09:13:17.679147-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90815383-237d-4913-b29e-d7a62a5c1696/?format=api"
        },
        {
            "id": "5b8318dc-e349-4401-9a88-6c8c20d28275",
            "gambit_id": "25e8bf4a-c1db-458c-82db-0448479ed78f",
            "last_updated": "2023-10-21T10:13:18.415915-04:00",
            "created_at": "2023-10-20T09:13:17.674226-04:00",
            "name": "Calgary Flames",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90815383-237d-4913-b29e-d7a62a5c1696/?format=api"
        }
    ]
}