GET /api/bet_types/8de1545d-3dd2-40d8-90e4-b840dc9267db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8de1545d-3dd2-40d8-90e4-b840dc9267db",
    "match": "https://api-prod.gambitprofit.com/api/matches/e15909bc-46fc-4174-97aa-9fe6a1e83174/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:57.288883-04: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": "Vancouver Canucks",
                "amount": 5784.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e1e8ed2-3655-4582-8801-b1f572ca7441",
            "gambit_id": "ed9e2b6f-41a8-4164-8310-8a9e238746ea",
            "last_updated": "2023-03-20T09:31:52.648832-04:00",
            "created_at": "2023-03-18T08:46:57.293789-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de1545d-3dd2-40d8-90e4-b840dc9267db/?format=api"
        },
        {
            "id": "74ebc982-f31f-4e62-a450-6759e337ae62",
            "gambit_id": "976c1c9b-d65b-4818-a4e0-1a542be8a0c7",
            "last_updated": "2023-03-20T09:31:52.645907-04:00",
            "created_at": "2023-03-18T08:46:57.291329-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de1545d-3dd2-40d8-90e4-b840dc9267db/?format=api"
        }
    ]
}