GET /api/bet_types/f8f4ce89-cbf3-4782-aaf8-548dcfa948f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8f4ce89-cbf3-4782-aaf8-548dcfa948f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f57ddec1-a19f-45d2-acad-a70858ec2236/?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": "Anaheim Ducks",
                "amount": 5945.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "bc564709-e6f4-427c-9ba3-a219daeaa0c7",
            "gambit_id": "7b319a2c-8a6e-4023-8c59-7469ba045c1d",
            "last_updated": "2022-10-19T09:42:25.767120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f4ce89-cbf3-4782-aaf8-548dcfa948f0/?format=api"
        },
        {
            "id": "fa89c9ce-8cee-4af1-9f0a-258e7ae868cc",
            "gambit_id": "2dbcc146-672b-4bf4-a03b-cdc67a5dd1e4",
            "last_updated": "2022-10-19T09:42:25.768078-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8f4ce89-cbf3-4782-aaf8-548dcfa948f0/?format=api"
        }
    ]
}