GET /api/bet_types/fc740bd2-5e37-4773-a429-430ac6b84d6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc740bd2-5e37-4773-a429-430ac6b84d6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b38f2a7d-4e3d-4b80-b719-272db8fd73fd/?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": "Philadelphia 76ers",
                "amount": 5097.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e3587f8-73d6-4fbc-8d83-fc83cdf91925",
            "gambit_id": "8c926799-5a6d-4f4a-97ee-5aaa75948f47",
            "last_updated": "2022-11-03T09:48:13.098533-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc740bd2-5e37-4773-a429-430ac6b84d6e/?format=api"
        },
        {
            "id": "072799ac-ce3d-4d8b-9e2d-0f1a7f19c0d3",
            "gambit_id": "a80bd2aa-c9c3-443e-b51d-112601145654",
            "last_updated": "2022-11-03T09:48:13.099524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc740bd2-5e37-4773-a429-430ac6b84d6e/?format=api"
        }
    ]
}