GET /api/bet_types/9b7b46e9-5f8b-4348-bfc2-166ae9275f42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b7b46e9-5f8b-4348-bfc2-166ae9275f42",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75c0e11-cb55-401e-b81f-10baca769bfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:10.308174-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": "Miami Heat",
                "amount": 5939.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "727ace49-d2d1-4d17-a471-64399fc00c8d",
            "gambit_id": "10219c3d-d6d8-4d42-9366-2711871e3361",
            "last_updated": "2024-02-07T01:53:01.605860-05:00",
            "created_at": "2024-02-06T09:08:10.317171-05:00",
            "name": "Miami Heat",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b7b46e9-5f8b-4348-bfc2-166ae9275f42/?format=api"
        },
        {
            "id": "9d7a479d-6df9-4bec-84aa-fac00b4183f6",
            "gambit_id": "ad0eccac-190c-49a7-8852-184ee26b8d2e",
            "last_updated": "2024-02-07T01:53:01.602387-05:00",
            "created_at": "2024-02-06T09:08:10.311925-05:00",
            "name": "Orlando Magic",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b7b46e9-5f8b-4348-bfc2-166ae9275f42/?format=api"
        }
    ]
}