GET /api/bet_types/d9b8c3c6-5e9a-4aa2-b044-7a5e4d7c533e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9b8c3c6-5e9a-4aa2-b044-7a5e4d7c533e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b618aff4-45f3-43ed-96b3-ec8bd4d37371/?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": "NYY (L Severino)",
                "amount": 5220.0
            },
            {
                "team": "CLE (T McKenzie)",
                "amount": 4780.0
            }
        ],
        "expected_reward_tokens": 9655.6,
        "profit_sb": 155.6,
        "profit_sb_percentage": 1.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c18760a-2095-4329-92a7-caac1076c722",
            "gambit_id": "a980518e-7f6b-40bc-a270-be23d5ac0c66",
            "last_updated": "2022-10-16T09:37:10.785305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (L Severino)",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b8c3c6-5e9a-4aa2-b044-7a5e4d7c533e/?format=api"
        },
        {
            "id": "fd22cf21-8b05-4563-9ba4-c1438e8ddb49",
            "gambit_id": "c969711d-e0f5-4e5f-9703-fb0deb3e8081",
            "last_updated": "2022-10-16T09:37:10.784252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (T McKenzie)",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b8c3c6-5e9a-4aa2-b044-7a5e4d7c533e/?format=api"
        }
    ]
}