GET /api/bet_types/336eb2b4-025a-4423-9643-1236b182f780/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336eb2b4-025a-4423-9643-1236b182f780",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b18e794-42ef-4d43-befa-7b52739a4f9f/?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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb034e26-6b5b-4585-a98f-31a752a5090b",
            "gambit_id": "50643193-0629-4ada-8f50-42c8c3a814fb",
            "last_updated": "2022-10-29T19:07:21.703657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336eb2b4-025a-4423-9643-1236b182f780/?format=api"
        },
        {
            "id": "6e84de8a-9dc4-4874-ac0e-74de226abb5d",
            "gambit_id": "9a4a87b6-4603-4ec0-98c7-879fa3d139fb",
            "last_updated": "2022-10-29T19:07:21.704643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336eb2b4-025a-4423-9643-1236b182f780/?format=api"
        }
    ]
}