GET /api/bet_types/d32af6cb-8344-4143-9f77-8a5fca30fcb0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d32af6cb-8344-4143-9f77-8a5fca30fcb0",
    "match": "https://api-prod.gambitprofit.com/api/matches/65063a7f-d387-45c8-921d-afd1647fc75d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-04T09:48:06.442633-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": "Seattle Kraken",
                "amount": 5939.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "16a82dd4-1f17-4012-9933-229cbaa93227",
            "gambit_id": "68359fe0-3a7f-4eb1-893d-a82f69acb642",
            "last_updated": "2023-12-05T10:03:16.639849-05:00",
            "created_at": "2023-12-04T09:48:06.447902-05:00",
            "name": "Seattle Kraken",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32af6cb-8344-4143-9f77-8a5fca30fcb0/?format=api"
        },
        {
            "id": "86419def-35fb-4201-a456-1e0ac9165a4c",
            "gambit_id": "26196a20-38e5-441f-a8d4-14ef25b42847",
            "last_updated": "2023-12-05T10:03:16.643116-05:00",
            "created_at": "2023-12-04T09:48:06.452761-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d32af6cb-8344-4143-9f77-8a5fca30fcb0/?format=api"
        }
    ]
}