GET /api/bet_types/a5b34e51-0621-4cac-ab28-8bf2eaf2e3da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5b34e51-0621-4cac-ab28-8bf2eaf2e3da",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa192629-2d34-4f0d-8ef9-0bbb5695e2ef/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f04ed538-1619-4b24-8078-cd4ee8bb3440",
            "gambit_id": "df29b2c7-5b3f-4c7d-8da2-d8d205ba1932",
            "last_updated": "2022-10-31T10:57:09.977317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b34e51-0621-4cac-ab28-8bf2eaf2e3da/?format=api"
        },
        {
            "id": "aceb589c-9ba9-4d0d-be48-d9518233744a",
            "gambit_id": "41052ad9-573c-4334-8e79-e369a3df12e9",
            "last_updated": "2022-10-31T10:57:09.978252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b34e51-0621-4cac-ab28-8bf2eaf2e3da/?format=api"
        }
    ]
}