GET /api/bet_types/891c3bb9-6ee9-4a62-b873-bd6de21e4f6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "891c3bb9-6ee9-4a62-b873-bd6de21e4f6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2bbf5c5-3d9d-4219-8afe-f0d2cf67511a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-01T09:21:57.973439-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": "Boston Celtics",
                "amount": 6475.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 3525.0
            }
        ],
        "expected_reward_tokens": 9517.5,
        "profit_sb": 17.5,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "4351b8dc-54b6-42c5-9755-041ba4c48f62",
            "gambit_id": "f5afb2de-3730-463a-b628-98820bf17e4a",
            "last_updated": "2023-03-02T07:16:53.675876-05:00",
            "created_at": "2023-03-01T09:21:57.974610-05:00",
            "name": "Boston Celtics",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/891c3bb9-6ee9-4a62-b873-bd6de21e4f6e/?format=api"
        },
        {
            "id": "3473ee02-ab81-4003-9373-8e6a0f9eaebc",
            "gambit_id": "91b97ae0-7c8b-418a-baaa-7afb54d80f71",
            "last_updated": "2023-03-02T07:16:53.677107-05:00",
            "created_at": "2023-03-01T09:21:57.975896-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "2.70000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/891c3bb9-6ee9-4a62-b873-bd6de21e4f6e/?format=api"
        }
    ]
}