GET /api/bet_types/46df7805-645d-4ab6-b548-671b1c3d6e70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46df7805-645d-4ab6-b548-671b1c3d6e70",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b59b442-5620-49e0-b8b1-f45cffacb008/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:04.464579-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": "Pittsburgh Penguins",
                "amount": 6752.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "e528edcc-75ed-4780-a304-c8dd2ce73f00",
            "gambit_id": "8391e9c2-1c26-4a41-96d7-7055e7aa5cbe",
            "last_updated": "2023-11-27T10:18:24.631075-05:00",
            "created_at": "2023-11-25T09:23:04.471939-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46df7805-645d-4ab6-b548-671b1c3d6e70/?format=api"
        },
        {
            "id": "cc6a0d52-1af8-4050-9eb3-678a26e70c95",
            "gambit_id": "f468f0f0-b8ea-4d0f-b3e0-226f0b8b4d11",
            "last_updated": "2023-11-27T10:18:24.627671-05:00",
            "created_at": "2023-11-25T09:23:04.468056-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46df7805-645d-4ab6-b548-671b1c3d6e70/?format=api"
        }
    ]
}