GET /api/bet_types/f7a2af21-13d9-42df-8040-2fb642bbdc73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7a2af21-13d9-42df-8040-2fb642bbdc73",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6e28fcc-7e69-4cee-8aed-1decee4186c5/?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": "Calgary Flames",
                "amount": 6042.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "687db9cf-fbd3-458e-b8f2-ef5825206d49",
            "gambit_id": "051bb8fa-0f4c-4105-8cc2-53cff4a62ad5",
            "last_updated": "2022-11-07T09:02:43.160665-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a2af21-13d9-42df-8040-2fb642bbdc73/?format=api"
        },
        {
            "id": "9c7ffb5c-1677-4d27-af4d-ca77d8a703df",
            "gambit_id": "244bbb0a-f1fc-44f3-b544-2b903173d5db",
            "last_updated": "2022-11-07T09:02:43.161710-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7a2af21-13d9-42df-8040-2fb642bbdc73/?format=api"
        }
    ]
}