GET /api/bet_types/da935cf5-919e-46bd-9789-9203a6521ed5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da935cf5-919e-46bd-9789-9203a6521ed5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5464703a-af21-436d-93ab-95352300b1dc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-26T08:46:58.149046-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": 7259.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2741.0
            }
        ],
        "expected_reward_tokens": 9509.29,
        "profit_sb": 9.29,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e6f8996-1be7-4220-94f0-0f5256ea2f2d",
            "gambit_id": "80f17e4e-12e7-448e-adb4-a7f160650a91",
            "last_updated": "2023-02-28T12:37:06.669682-05:00",
            "created_at": "2023-02-26T08:46:58.150223-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da935cf5-919e-46bd-9789-9203a6521ed5/?format=api"
        },
        {
            "id": "07f73b8d-3acb-40e1-a991-e37db323a9d3",
            "gambit_id": "4ccddaaf-f5d1-48c1-8646-0378a66e55ed",
            "last_updated": "2023-02-28T12:37:06.670917-05:00",
            "created_at": "2023-02-26T08:46:58.151463-05:00",
            "name": "Toronto Raptors",
            "reward": "3.47000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da935cf5-919e-46bd-9789-9203a6521ed5/?format=api"
        }
    ]
}