GET /api/bet_types/9670ffda-5a29-4f0f-9a0b-d07fc9eb459c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9670ffda-5a29-4f0f-9a0b-d07fc9eb459c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c5606f7-ec6c-4666-b487-9524c14e4a50/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-09T08:48:14.468124-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": "Los Angeles Kings",
                "amount": 5784.0
            },
            {
                "team": "New York Islanders",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2c6c5d3-9554-4399-8dd6-a596fa750560",
            "gambit_id": "2cb5891d-c423-4a6b-a870-460d2d5042e0",
            "last_updated": "2023-12-11T11:33:03.173132-05:00",
            "created_at": "2023-12-09T08:48:14.472000-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9670ffda-5a29-4f0f-9a0b-d07fc9eb459c/?format=api"
        },
        {
            "id": "eb136e81-e32f-45a4-8ef6-3bbab435143d",
            "gambit_id": "81d940ff-8908-4546-8353-8c5a363d9e12",
            "last_updated": "2023-12-11T11:33:03.177061-05:00",
            "created_at": "2023-12-09T08:48:14.476171-05:00",
            "name": "New York Islanders",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9670ffda-5a29-4f0f-9a0b-d07fc9eb459c/?format=api"
        }
    ]
}