GET /api/bet_types/a5402968-2df9-4849-94c0-0be9919fc7ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5402968-2df9-4849-94c0-0be9919fc7ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/988d636b-8ab1-4ad2-8b82-8e9db4e0541f/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "12294f84-f209-49c2-8b39-e69f19e5f41a",
            "gambit_id": "55d8bb4b-c932-4be5-b022-4ac9bb9b1ed6",
            "last_updated": "2022-11-02T10:48:13.695942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5402968-2df9-4849-94c0-0be9919fc7ea/?format=api"
        },
        {
            "id": "90439bfe-a7c2-4c44-aab7-9e7b7ee2646e",
            "gambit_id": "85d06bd1-8306-4b47-8a53-6b2518f7d228",
            "last_updated": "2022-11-02T10:48:13.694998-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5402968-2df9-4849-94c0-0be9919fc7ea/?format=api"
        }
    ]
}