GET /api/bet_types/1395aa05-9d1a-4871-b4e6-bbb0d933a515/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1395aa05-9d1a-4871-b4e6-bbb0d933a515",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ff82363-d3d4-46d8-9987-4b63d14881eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:07.252323-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": "Carolina Hurricanes",
                "amount": 5515.0
            },
            {
                "team": "New York Islanders",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b21551d-cb9c-4807-a159-e4220da25f6e",
            "gambit_id": "5e8fd939-8d8b-4f42-9d73-fa7488f88d2e",
            "last_updated": "2023-11-06T09:18:28.293647-05:00",
            "created_at": "2023-11-04T09:48:07.256154-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1395aa05-9d1a-4871-b4e6-bbb0d933a515/?format=api"
        },
        {
            "id": "baf38dc5-b21a-4ef3-9e11-cd96124b41cb",
            "gambit_id": "d7f07a1f-562d-4616-892e-d3e7a8e7cd5c",
            "last_updated": "2023-11-06T09:18:28.297857-05:00",
            "created_at": "2023-11-04T09:48:07.261657-04:00",
            "name": "New York Islanders",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1395aa05-9d1a-4871-b4e6-bbb0d933a515/?format=api"
        }
    ]
}