GET /api/bet_types/46e0a172-9597-440a-9b70-062be52a888c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46e0a172-9597-440a-9b70-062be52a888c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2bbf5c5-3d9d-4219-8afe-f0d2cf67511a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:57.969643-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c9005ce-3a23-4f55-a8b6-61b2bea38aab",
            "gambit_id": "49d9fad0-98f1-4289-a2b4-f082c52aa74b",
            "last_updated": "2023-03-02T07:16:53.672318-05:00",
            "created_at": "2023-03-01T09:21:57.970845-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46e0a172-9597-440a-9b70-062be52a888c/?format=api"
        },
        {
            "id": "125ab370-66e8-4e5b-8db3-69b93cba75c7",
            "gambit_id": "591ed767-87b4-4039-bafb-58832198d325",
            "last_updated": "2023-03-02T07:16:53.673509-05:00",
            "created_at": "2023-03-01T09:21:57.972130-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46e0a172-9597-440a-9b70-062be52a888c/?format=api"
        }
    ]
}