GET /api/bet_types/5278af92-367c-405d-9d8a-81680c650a68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5278af92-367c-405d-9d8a-81680c650a68",
    "match": "https://api-prod.gambitprofit.com/api/matches/57b4eacc-85bf-4aca-86ac-f8f6965fc4fd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.024007-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "966528fb-8134-4fe9-bb2c-d8ff7515184a",
            "gambit_id": "9d12d12e-ca0c-40df-852f-aea186dfad87",
            "last_updated": "2023-02-07T10:27:19.515502-05:00",
            "created_at": "2023-02-06T08:32:15.025499-05:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5278af92-367c-405d-9d8a-81680c650a68/?format=api"
        },
        {
            "id": "3a1308a2-e255-4d82-9089-826c50b6177d",
            "gambit_id": "7200a453-21d9-49ca-adf6-82261554d354",
            "last_updated": "2023-02-07T10:27:19.516658-05:00",
            "created_at": "2023-02-06T08:32:15.027315-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5278af92-367c-405d-9d8a-81680c650a68/?format=api"
        }
    ]
}