GET /api/bet_types/395cef07-a7f8-4758-996e-7581a20d681e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "395cef07-a7f8-4758-996e-7581a20d681e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4530c300-f3cb-403a-8ff6-824e20cc3eb5/?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": "Cleveland Cavaliers",
                "amount": 6482.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "3d4a0d41-fb50-4e0b-8f6f-6fe21a722a66",
            "gambit_id": "57952dfd-8c59-479f-ba50-0e419fd62d39",
            "last_updated": "2022-11-07T10:22:49.459481-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/395cef07-a7f8-4758-996e-7581a20d681e/?format=api"
        },
        {
            "id": "9eeeaa47-053a-4527-9171-28015220499f",
            "gambit_id": "1d0820cb-6885-4619-b9e1-c8fad1d764f1",
            "last_updated": "2022-11-07T10:22:49.458527-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/395cef07-a7f8-4758-996e-7581a20d681e/?format=api"
        }
    ]
}