GET /api/bet_types/e4fb44ef-bd9e-49e4-8f42-26b101c72cdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4fb44ef-bd9e-49e4-8f42-26b101c72cdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ce559e6-011b-4e33-a722-5c512b7eb4c0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:56.175754-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": "Minnesota Wild",
                "amount": 6893.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3107.0
            }
        ],
        "expected_reward_tokens": 9443.41,
        "profit_sb": -56.59,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5d88629-ed20-4fed-ba55-aaa12d79272c",
            "gambit_id": "8dd2f754-924a-4e11-aa4a-470160f3dfac",
            "last_updated": "2023-11-13T19:33:23.370183-05:00",
            "created_at": "2023-11-12T09:32:56.183524-05:00",
            "name": "Minnesota Wild",
            "reward": "1.37000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4fb44ef-bd9e-49e4-8f42-26b101c72cdb/?format=api"
        },
        {
            "id": "b785f127-eaef-48f1-b57e-6ba18ed6eedb",
            "gambit_id": "248140c3-e643-43dd-9846-64b1e370f7a9",
            "last_updated": "2023-11-13T19:33:23.366469-05:00",
            "created_at": "2023-11-12T09:32:56.179728-05:00",
            "name": "Dallas Stars",
            "reward": "3.04000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4fb44ef-bd9e-49e4-8f42-26b101c72cdb/?format=api"
        }
    ]
}