GET /api/bet_types/1bcfaa2a-c0e0-430e-b92e-cafd2fe20b0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bcfaa2a-c0e0-430e-b92e-cafd2fe20b0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ed22333-c30e-4432-8f8e-65b000f91abc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:12.603567-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": "Detroit Red Wings",
                "amount": 6314.0
            },
            {
                "team": "New York Islanders",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "883589a9-17be-4e33-a375-a203b7348543",
            "gambit_id": "d4c1d3b2-033b-4c4a-a593-82d22ffb7c34",
            "last_updated": "2023-10-31T19:48:05.948285-04:00",
            "created_at": "2023-10-30T08:58:12.607588-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcfaa2a-c0e0-430e-b92e-cafd2fe20b0f/?format=api"
        },
        {
            "id": "ac5c1036-5183-4ad6-9559-cbd155fe24b9",
            "gambit_id": "fd997944-9d4d-460a-b14f-048957d4eea9",
            "last_updated": "2023-10-31T19:48:05.951652-04:00",
            "created_at": "2023-10-30T08:58:12.612505-04:00",
            "name": "New York Islanders",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bcfaa2a-c0e0-430e-b92e-cafd2fe20b0f/?format=api"
        }
    ]
}