GET /api/bet_types/ded0a002-98fe-4898-be1e-5914e4ff72aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ded0a002-98fe-4898-be1e-5914e4ff72aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/36338633-2981-4719-acc1-d92c0fed4801/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:56.661897-04: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": "Sacramento Kings",
                "amount": 6308.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "64a0798b-eb85-4c9b-b7cd-1f80d6a4cf9a",
            "gambit_id": "9a7f4dd6-6b76-486b-929d-4e1b41e40bf1",
            "last_updated": "2023-03-19T16:56:52.154930-04:00",
            "created_at": "2023-03-18T08:46:56.666776-04:00",
            "name": "Sacramento Kings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded0a002-98fe-4898-be1e-5914e4ff72aa/?format=api"
        },
        {
            "id": "539d96bd-b008-4e79-a50b-1f8108dd7570",
            "gambit_id": "015f1ab1-8fbb-4f68-9807-d9914c75a1d9",
            "last_updated": "2023-03-19T16:56:52.153698-04:00",
            "created_at": "2023-03-18T08:46:56.664190-04:00",
            "name": "Washington Wizards",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ded0a002-98fe-4898-be1e-5914e4ff72aa/?format=api"
        }
    ]
}