GET /api/bet_types/bdd32e26-a604-48b9-931c-15450f5641e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdd32e26-a604-48b9-931c-15450f5641e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1a44c46-8c3f-429c-a5a6-b58319d1e805/?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": "Miami Heat",
                "amount": 5097.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "811a9717-92ec-4363-a289-4e807fb04b47",
            "gambit_id": "6d36731e-9b11-465d-88ac-c3be40d6dd77",
            "last_updated": "2022-11-28T13:52:13.850357-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdd32e26-a604-48b9-931c-15450f5641e0/?format=api"
        },
        {
            "id": "d9bc9b35-c118-45aa-8c2f-779c4673b29f",
            "gambit_id": "39f45817-fb0b-4d30-ba9e-854cefd55240",
            "last_updated": "2022-11-28T13:52:13.851273-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdd32e26-a604-48b9-931c-15450f5641e0/?format=api"
        }
    ]
}