GET /api/bet_types/8c38620a-1b4f-40e6-bd5b-3642d06c60cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c38620a-1b4f-40e6-bd5b-3642d06c60cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f4db704-cb3a-44d1-919c-c38bd9719f74/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:02.720086-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": "Washington Capitals",
                "amount": 6314.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "62f4d11f-61e8-4821-b533-0a12d987d69d",
            "gambit_id": "c7d15044-7ce6-49d5-bc7a-becd6944833b",
            "last_updated": "2023-11-15T20:03:24.174006-05:00",
            "created_at": "2023-11-14T09:13:02.742748-05:00",
            "name": "Washington Capitals",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c38620a-1b4f-40e6-bd5b-3642d06c60cd/?format=api"
        },
        {
            "id": "62d4e49e-f922-4bc8-a0ae-6ec90a113dd3",
            "gambit_id": "10877486-5516-46a5-b127-3b8eaa131ccb",
            "last_updated": "2023-11-15T20:03:24.170740-05:00",
            "created_at": "2023-11-14T09:13:02.727679-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c38620a-1b4f-40e6-bd5b-3642d06c60cd/?format=api"
        }
    ]
}