GET /api/bet_types/b23337c9-be27-4ed6-8754-212f6f0be994/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b23337c9-be27-4ed6-8754-212f6f0be994",
    "match": "https://api-prod.gambitprofit.com/api/matches/03eaf6fb-5b07-45ca-b865-9c8e468d19ee/?format=api",
    "name": "Pick the Winner",
    "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": "South Alabama",
                "amount": 7997.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 2003.0
            }
        ],
        "expected_reward_tokens": 9273.89,
        "profit_sb": 273.89,
        "profit_sb_percentage": 3.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "42879d14-4349-411a-aca0-6cf9dce8172c",
            "gambit_id": "2b1cd6c5-f2fa-4b70-8bce-658323180549",
            "last_updated": "2022-09-25T21:12:21.025816-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23337c9-be27-4ed6-8754-212f6f0be994/?format=api"
        },
        {
            "id": "5a2a0698-72d1-4204-9d44-08b7107cd67e",
            "gambit_id": "e0ea5437-5d42-47b7-bde8-49ab1adab1e7",
            "last_updated": "2022-09-25T21:12:21.024810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "4.63000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b23337c9-be27-4ed6-8754-212f6f0be994/?format=api"
        }
    ]
}