GET /api/bet_types/41bc5f11-cb47-443e-9ea7-940fab53954b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41bc5f11-cb47-443e-9ea7-940fab53954b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d535384-950a-4456-801e-211f04e6de87/?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": "8b4872b1-ac8e-49a2-9137-49585f7665cb",
            "gambit_id": "11ae5bc2-6d5f-478e-a1ee-3903f4533a05",
            "last_updated": "2022-11-01T09:52:27.102159-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41bc5f11-cb47-443e-9ea7-940fab53954b/?format=api"
        },
        {
            "id": "61285cb0-21d5-499a-a223-473b3fad1e11",
            "gambit_id": "ae8db649-ccc9-4d33-b060-32cc958102c7",
            "last_updated": "2022-11-01T09:52:27.103288-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41bc5f11-cb47-443e-9ea7-940fab53954b/?format=api"
        }
    ]
}