GET /api/bet_types/3a6317e9-a32f-4063-9809-dd33c3e883dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a6317e9-a32f-4063-9809-dd33c3e883dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d912eada-336c-4565-ba7b-38de921e55a8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:18.239752-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": "Toronto Maple Leafs",
                "amount": 6554.0
            },
            {
                "team": "New York Rangers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "7000815c-5bb3-4183-98e2-ea231abf89d1",
            "gambit_id": "8632f002-49d8-4823-9832-348d895052db",
            "last_updated": "2023-04-14T12:02:22.301395-04:00",
            "created_at": "2023-04-13T09:32:18.242412-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6317e9-a32f-4063-9809-dd33c3e883dd/?format=api"
        },
        {
            "id": "3e856eb2-c8de-4d0d-a859-7aeb25067fa9",
            "gambit_id": "e82141ba-1b11-4f27-898b-2f21b1c0d504",
            "last_updated": "2023-04-14T12:02:22.299892-04:00",
            "created_at": "2023-04-13T09:32:18.241085-04:00",
            "name": "New York Rangers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a6317e9-a32f-4063-9809-dd33c3e883dd/?format=api"
        }
    ]
}