GET /api/bet_types/f6bffbe0-5b1f-4774-8ef5-37ab67f84c55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6bffbe0-5b1f-4774-8ef5-37ab67f84c55",
    "match": "https://api-prod.gambitprofit.com/api/matches/52b1d283-72cf-4627-bce7-5c01a2b2ab21/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:11.707746-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "836aa0f5-5390-4641-b648-00e64a177da8",
            "gambit_id": "5fbb63f0-f19d-4fb7-af41-ad29e55f0942",
            "last_updated": "2023-03-07T10:17:17.728477-05:00",
            "created_at": "2023-03-06T08:07:11.709079-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6bffbe0-5b1f-4774-8ef5-37ab67f84c55/?format=api"
        },
        {
            "id": "d8dbf6ff-c8c8-4a0d-abff-e697ca6affe6",
            "gambit_id": "50b80ca1-7872-45f4-8efd-a65709c7b8b1",
            "last_updated": "2023-03-07T10:17:17.729642-05:00",
            "created_at": "2023-03-06T08:07:11.710432-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6bffbe0-5b1f-4774-8ef5-37ab67f84c55/?format=api"
        }
    ]
}