GET /api/bet_types/da8c4fb7-92ba-4c31-97ad-3a0870910e06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da8c4fb7-92ba-4c31-97ad-3a0870910e06",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a798121-7c00-4a60-86e6-af863c5b61e2/?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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cc55f11-d4d9-47e8-bfc0-3a870e8fbdcd",
            "gambit_id": "2e67af9f-c9f8-42c1-ae9d-ab44e97d325f",
            "last_updated": "2022-12-06T09:41:59.528272-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8c4fb7-92ba-4c31-97ad-3a0870910e06/?format=api"
        },
        {
            "id": "a49338e9-6bca-4c02-aaad-f2f91765f0dc",
            "gambit_id": "0713c579-ba25-40e1-a59d-5840198818da",
            "last_updated": "2022-12-06T09:41:59.527301-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8c4fb7-92ba-4c31-97ad-3a0870910e06/?format=api"
        }
    ]
}