GET /api/bet_types/34dae927-5c88-4798-bb08-34e50e8f29b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34dae927-5c88-4798-bb08-34e50e8f29b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/a90ce4a9-ab14-4f43-a56c-638614c0f04d/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "23171736-aff5-42cd-979b-5c89ed33266d",
            "gambit_id": "5d8f0d6d-82cc-4022-8c2d-196986486582",
            "last_updated": "2022-12-20T15:47:24.722348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34dae927-5c88-4798-bb08-34e50e8f29b5/?format=api"
        },
        {
            "id": "c28014e0-6ab3-480c-9ad8-7eda0470184b",
            "gambit_id": "8174d3f2-7d19-440d-b3de-9663a7262711",
            "last_updated": "2022-12-20T15:47:24.721108-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34dae927-5c88-4798-bb08-34e50e8f29b5/?format=api"
        }
    ]
}