GET /api/bet_types/5d68865c-2b17-4419-82ed-64afb9a7a7c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d68865c-2b17-4419-82ed-64afb9a7a7c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d1b805e-8238-44cc-8091-024b3a5f7237/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:48.039039-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": "Atlanta Hawks",
                "amount": 5882.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "559861a7-f919-4ab5-b151-86114a5d6c55",
            "gambit_id": "263a3a51-e4a7-44a5-8710-21e4a41e99c1",
            "last_updated": "2023-01-14T12:07:00.673756-05:00",
            "created_at": "2023-01-13T09:11:48.041251-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d68865c-2b17-4419-82ed-64afb9a7a7c5/?format=api"
        },
        {
            "id": "41502380-c121-4ae7-a481-92ca3943e065",
            "gambit_id": "c25bf488-b4a0-4f85-bca8-974a32b4c916",
            "last_updated": "2023-01-14T12:07:00.670359-05:00",
            "created_at": "2023-01-13T09:11:48.040110-05:00",
            "name": "Indiana Pacers",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d68865c-2b17-4419-82ed-64afb9a7a7c5/?format=api"
        }
    ]
}