GET /api/bet_types/990d2f8f-3910-4898-91a1-30843ca128e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "990d2f8f-3910-4898-91a1-30843ca128e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b304124-c27e-4550-bf30-88e175ff1c4f/?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": "UAB",
                "amount": 5000.0
            },
            {
                "team": "Western Kentucky",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "f103f222-2d2e-4a57-ab13-90f9b46845c6",
            "gambit_id": "99bcf5af-524d-4979-9719-7659a656850d",
            "last_updated": "2022-10-22T09:12:19.424956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/990d2f8f-3910-4898-91a1-30843ca128e6/?format=api"
        },
        {
            "id": "88c4f8be-e2ff-4c46-b289-06b06c2d3c1d",
            "gambit_id": "e4b0ac37-40cb-460c-8bed-08cf54fbc45a",
            "last_updated": "2022-10-22T09:12:19.423988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/990d2f8f-3910-4898-91a1-30843ca128e6/?format=api"
        }
    ]
}