GET /api/bet_types/e92da89a-514b-45c2-9791-fd6290cc3fdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92da89a-514b-45c2-9791-fd6290cc3fdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a93a1d-4bcd-4e7e-989b-a30f04d1a3de/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "97356b47-6451-4566-926f-75a732113965",
            "gambit_id": "4f64fd78-5bff-49c6-92e6-b0cfb9e36410",
            "last_updated": "2022-12-20T15:52:21.421228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92da89a-514b-45c2-9791-fd6290cc3fdf/?format=api"
        },
        {
            "id": "62f0a105-1106-4d76-8b18-3c0c1762e13a",
            "gambit_id": "bd4285e9-9c13-478d-bffc-16cfa3991e7d",
            "last_updated": "2022-12-20T15:52:21.420114-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92da89a-514b-45c2-9791-fd6290cc3fdf/?format=api"
        }
    ]
}