GET /api/bet_types/e87a2118-ac1c-4b36-b49d-d4cc85465ac9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e87a2118-ac1c-4b36-b49d-d4cc85465ac9",
    "match": "https://api-prod.gambitprofit.com/api/matches/207d7e77-540b-4597-8d50-4208adeeb9c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New York Rangers",
                "amount": 6862.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "b0242019-140e-4c5b-87e8-6e83ec6b017d",
            "gambit_id": "8a4c39a6-f007-40e1-893d-48a46b9924b2",
            "last_updated": "2022-10-24T11:56:47.116630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e87a2118-ac1c-4b36-b49d-d4cc85465ac9/?format=api"
        },
        {
            "id": "b47b6e43-90a0-4e15-b7e8-3392c2454e14",
            "gambit_id": "c8ca3475-f70f-4f32-a3e3-11501320226f",
            "last_updated": "2022-10-24T11:56:47.117631-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e87a2118-ac1c-4b36-b49d-d4cc85465ac9/?format=api"
        }
    ]
}