GET /api/bet_types/9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309",
    "match": "https://api-prod.gambitprofit.com/api/matches/d814a10e-0ecc-418e-9eb1-2f46bb7aa4cd/?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": "Carolina Hurricanes",
                "amount": 6326.0
            },
            {
                "team": "New York Islanders",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8487541-97ab-4766-8de1-7a2affa8c558",
            "gambit_id": "79a6a2f5-b019-4ed1-b934-7052c81079ca",
            "last_updated": "2022-10-29T19:11:51.430466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309/?format=api"
        },
        {
            "id": "845d1e57-0777-470d-b808-15e23740127c",
            "gambit_id": "e7d47e81-2c10-442f-a23d-e9324c56d435",
            "last_updated": "2022-10-29T19:11:51.431470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c9e73b3-d06e-4ac9-8a0a-ee0e9e1c3309/?format=api"
        }
    ]
}