GET /api/bet_types/a040a65a-4557-45e4-b8c5-16c8c08d97bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a040a65a-4557-45e4-b8c5-16c8c08d97bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/31ac5c50-ddfc-4cb5-a1a3-552c1bd1176d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-07T08:38:24.194246-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": "St Louis Blues",
                "amount": 6546.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e2be2e4-6811-47f5-bf07-8d1a310b147e",
            "gambit_id": "e0a4812d-690a-46c8-83b5-fbe1f40a4c92",
            "last_updated": "2023-11-10T12:58:27.881504-05:00",
            "created_at": "2023-11-07T08:38:24.202973-05:00",
            "name": "St Louis Blues",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a040a65a-4557-45e4-b8c5-16c8c08d97bf/?format=api"
        },
        {
            "id": "9eac4c78-0e9b-4be8-9962-7b896f5f563a",
            "gambit_id": "7e81c96f-0e4f-44dc-a84f-a9ec0a40ccc0",
            "last_updated": "2023-11-10T12:58:27.877862-05:00",
            "created_at": "2023-11-07T08:38:24.198455-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a040a65a-4557-45e4-b8c5-16c8c08d97bf/?format=api"
        }
    ]
}