GET /api/bet_types/de1868fd-5c36-4801-a7eb-662214f27dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de1868fd-5c36-4801-a7eb-662214f27dd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6961092-b1eb-4190-a6dd-99e3a2a68862/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:18.198478-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": "New York Islanders",
                "amount": 6856.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "be5d3058-2aef-44d4-b483-664fa3ab31c4",
            "gambit_id": "5f9c9a1d-0a79-40b2-997e-e64d33c8394b",
            "last_updated": "2023-12-23T14:33:11.307454-05:00",
            "created_at": "2023-12-20T10:03:18.202285-05:00",
            "name": "New York Islanders",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de1868fd-5c36-4801-a7eb-662214f27dd6/?format=api"
        },
        {
            "id": "dfbd41fc-8fff-460e-bc6f-7fc266367e58",
            "gambit_id": "b41a0a03-6064-4353-9495-33e48d3c7153",
            "last_updated": "2023-12-23T14:33:11.310640-05:00",
            "created_at": "2023-12-20T10:03:18.206671-05:00",
            "name": "Washington Capitals",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de1868fd-5c36-4801-a7eb-662214f27dd6/?format=api"
        }
    ]
}