GET /api/bet_types/5d9ac397-6649-40e5-855e-5674e85f9cce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d9ac397-6649-40e5-855e-5674e85f9cce",
    "match": "https://api-prod.gambitprofit.com/api/matches/073ff10a-9cd1-4129-9fb8-63bc3f1f4604/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:16.293433-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": "New York Islanders",
                "amount": 6173.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ae7d02e-0a05-4f96-9819-a4bc6fb46ac2",
            "gambit_id": "d252147e-366a-49a8-a2dc-87b6f50e16bc",
            "last_updated": "2023-01-28T15:22:22.697592-05:00",
            "created_at": "2023-01-27T08:57:16.294853-05:00",
            "name": "New York Islanders",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d9ac397-6649-40e5-855e-5674e85f9cce/?format=api"
        },
        {
            "id": "2dd51c86-eb47-4406-8354-7296f43afcc4",
            "gambit_id": "2c2938c0-edc6-43ad-b367-2db0bb261b8d",
            "last_updated": "2023-01-28T15:22:22.698924-05:00",
            "created_at": "2023-01-27T08:57:16.296307-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d9ac397-6649-40e5-855e-5674e85f9cce/?format=api"
        }
    ]
}