GET /api/bet_types/47a4aa6a-760f-4d49-92a7-5b925541d84d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47a4aa6a-760f-4d49-92a7-5b925541d84d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9451634-da4e-4de6-97c3-932ecb2ef520/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:09.786041-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": "New Jersey Devils",
                "amount": 5939.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "af9c671a-8a7d-45b8-95b1-a168536c2724",
            "gambit_id": "be373a54-6145-4f91-81e8-5a6da08f4429",
            "last_updated": "2023-05-08T11:47:07.205395-04:00",
            "created_at": "2023-05-07T11:57:09.787811-04:00",
            "name": "New Jersey Devils",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47a4aa6a-760f-4d49-92a7-5b925541d84d/?format=api"
        },
        {
            "id": "00e906a1-b3c0-45aa-b901-4d25d8e4f735",
            "gambit_id": "3fd4fd9c-dd68-43de-83ee-39f6ebe48d07",
            "last_updated": "2023-05-08T11:47:07.206867-04:00",
            "created_at": "2023-05-07T11:57:09.789338-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47a4aa6a-760f-4d49-92a7-5b925541d84d/?format=api"
        }
    ]
}