GET /api/bet_types/e1e8483b-0bff-4228-a9ce-17db628fe12f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1e8483b-0bff-4228-a9ce-17db628fe12f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1542a238-78ad-47b8-8d95-5911babc38a4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:15.188628-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": "Chicago Blackhawks",
                "amount": 5107.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b97f0169-24f5-4001-af7e-9f706f68e05c",
            "gambit_id": "b864ac4b-78c9-48d2-8d51-382b41d24b23",
            "last_updated": "2024-01-16T14:23:23.890809-05:00",
            "created_at": "2024-01-13T09:38:15.196331-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e8483b-0bff-4228-a9ce-17db628fe12f/?format=api"
        },
        {
            "id": "88118375-f3a2-41f3-bf8b-a5d8b1b552ea",
            "gambit_id": "78a3bfea-ca98-4fa8-8482-594283aa8086",
            "last_updated": "2024-01-16T14:23:23.887441-05:00",
            "created_at": "2024-01-13T09:38:15.192257-05:00",
            "name": "Dallas Stars",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e8483b-0bff-4228-a9ce-17db628fe12f/?format=api"
        }
    ]
}