GET /api/bet_types/2a0dafb8-866a-464d-84b1-93a3f581cb85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a0dafb8-866a-464d-84b1-93a3f581cb85",
    "match": "https://api-prod.gambitprofit.com/api/matches/804fb7c7-53fa-4856-836c-d4677db9423c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-11T08:53:06.028142-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": "Carolina Hurricanes",
                "amount": 5423.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "1876548a-ad15-4953-84fa-fcd58c4f8748",
            "gambit_id": "f3577cdc-ac7d-4caf-8961-e1d674d24305",
            "last_updated": "2023-11-13T13:58:16.564372-05:00",
            "created_at": "2023-11-11T08:53:06.035521-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a0dafb8-866a-464d-84b1-93a3f581cb85/?format=api"
        },
        {
            "id": "1d0c7287-3c68-4410-adb5-4d427bbb9c16",
            "gambit_id": "7aa431ac-a602-495e-98a7-dde82ccf5e44",
            "last_updated": "2023-11-13T13:58:16.567826-05:00",
            "created_at": "2023-11-11T08:53:06.040040-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a0dafb8-866a-464d-84b1-93a3f581cb85/?format=api"
        }
    ]
}