GET /api/bet_types/b11b32a2-d49c-4add-9e3e-6d13d45d2aca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b11b32a2-d49c-4add-9e3e-6d13d45d2aca",
    "match": "https://api-prod.gambitprofit.com/api/matches/64819708-04cc-4e51-9e9a-3fb265659b47/?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": "New York Islanders",
                "amount": 6571.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3429.0
            }
        ],
        "expected_reward_tokens": 9462.24,
        "profit_sb": -37.76,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0549f7ac-ef81-42b8-b151-4ba905231d79",
            "gambit_id": "0efe8d19-4036-443b-8d4c-ab418fdc0a07",
            "last_updated": "2022-10-14T10:02:04.609919-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11b32a2-d49c-4add-9e3e-6d13d45d2aca/?format=api"
        },
        {
            "id": "2e43caca-0e1b-4d6e-b5d2-eba1a78b296c",
            "gambit_id": "0ca1fc79-648a-4695-96da-155056260aee",
            "last_updated": "2022-10-14T10:02:04.610891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11b32a2-d49c-4add-9e3e-6d13d45d2aca/?format=api"
        }
    ]
}