GET /api/bet_types/afd7dda0-acad-4437-973b-5ac75ddbcaa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afd7dda0-acad-4437-973b-5ac75ddbcaa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d22ee0f6-0211-4030-ab41-9ad6c161409c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-03T09:21:58.319276-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5dd0e9f-1d40-4f65-bb4d-e6a876f9588d",
            "gambit_id": "b7a5737b-a01d-4af0-b9ca-60880e085451",
            "last_updated": "2023-02-04T12:07:02.089580-05:00",
            "created_at": "2023-02-03T09:21:58.320654-05:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd7dda0-acad-4437-973b-5ac75ddbcaa6/?format=api"
        },
        {
            "id": "6d52bde3-078a-41e5-9bfb-3df7b2d5d623",
            "gambit_id": "0ab906bb-85f1-41a6-b2c2-5c1d2283e649",
            "last_updated": "2023-02-04T12:07:02.090843-05:00",
            "created_at": "2023-02-03T09:21:58.322152-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afd7dda0-acad-4437-973b-5ac75ddbcaa6/?format=api"
        }
    ]
}