GET /api/bet_types/6d349ba4-3376-4e23-9a95-76ada4e3e857/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d349ba4-3376-4e23-9a95-76ada4e3e857",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3702390-de7f-4f8c-8a2f-44efa82d9597/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:24.366890-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": "Calgary Flames",
                "amount": 5688.0
            },
            {
                "team": "New York Islanders",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "331b1487-c25a-4c2a-9935-87be8c3bdc31",
            "gambit_id": "8f3c93f6-5319-462e-8a6c-4a4ddbc30703",
            "last_updated": "2023-11-20T14:58:22.183367-05:00",
            "created_at": "2023-11-18T09:38:24.393164-05:00",
            "name": "Calgary Flames",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d349ba4-3376-4e23-9a95-76ada4e3e857/?format=api"
        },
        {
            "id": "aa90ec0d-f21f-4845-9b33-317f6cb682b0",
            "gambit_id": "686a41f4-6e58-4b1f-9a71-d370e1b56cf8",
            "last_updated": "2023-11-20T14:58:22.178999-05:00",
            "created_at": "2023-11-18T09:38:24.385672-05:00",
            "name": "New York Islanders",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d349ba4-3376-4e23-9a95-76ada4e3e857/?format=api"
        }
    ]
}