GET /api/bet_types/50d2aed4-f920-48cd-9a6c-b7d1942f3e26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50d2aed4-f920-48cd-9a6c-b7d1942f3e26",
    "match": "https://api-prod.gambitprofit.com/api/matches/55656f83-f30d-400f-9ce9-d6857ee4e01f/?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": "SDG",
                "amount": 5752.0
            },
            {
                "team": "LOS",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f63b8a2-0212-41c1-aa94-33b689808fdb",
            "gambit_id": "5d16a70f-0f11-4ae0-ac8c-21f98a3d5fec",
            "last_updated": "2022-08-07T10:52:15.310060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50d2aed4-f920-48cd-9a6c-b7d1942f3e26/?format=api"
        },
        {
            "id": "d1f50aa2-e172-4e65-883b-9796c07c6119",
            "gambit_id": "1c2cfe31-fdc9-4b05-8995-23c37d7957e5",
            "last_updated": "2022-08-07T10:52:15.309665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50d2aed4-f920-48cd-9a6c-b7d1942f3e26/?format=api"
        }
    ]
}