GET /api/bet_types/36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f55a436-8fb6-44cc-8fd8-77f48540fe5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.078037-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": "Winnipeg Jets",
                "amount": 6176.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3824.0
            }
        ],
        "expected_reward_tokens": 9634.56,
        "profit_sb": 134.56,
        "profit_sb_percentage": 1.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4845e27-5031-49b3-8835-f3a0e4932a12",
            "gambit_id": "b0a3d599-fc69-44cc-8e83-832460cf7ad4",
            "last_updated": "2023-01-20T10:11:59.455475-05:00",
            "created_at": "2023-01-19T09:22:06.080426-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1/?format=api"
        },
        {
            "id": "707a72bf-a6d7-49dc-95b1-c993dc552baa",
            "gambit_id": "d5ea13a4-0f19-450c-abed-623521e6643f",
            "last_updated": "2023-01-20T10:11:59.454276-05:00",
            "created_at": "2023-01-19T09:22:06.079184-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.52000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36a71aa4-9070-4ed7-bb8b-2ee6c5c834d1/?format=api"
        }
    ]
}