GET /api/bet_types/dbcc2f5a-4e1d-4f17-be01-0eb9e3779cff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbcc2f5a-4e1d-4f17-be01-0eb9e3779cff",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d26c533-97d4-4bb9-b008-28a551d855d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-27T10:17:01.730095-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": "Ottawa Senators",
                "amount": 5419.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3b28d3b-2711-466c-b4c9-ea56b50a40ce",
            "gambit_id": "3475808a-53f6-45c2-b6e2-795bc3c78d3a",
            "last_updated": "2023-02-28T12:37:08.120620-05:00",
            "created_at": "2023-02-27T10:17:01.731311-05:00",
            "name": "Ottawa Senators",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcc2f5a-4e1d-4f17-be01-0eb9e3779cff/?format=api"
        },
        {
            "id": "9387cb63-8d28-4215-a915-b03bb6c67a73",
            "gambit_id": "2cd997a5-b01c-4473-a68a-eeb5274c6d5f",
            "last_updated": "2023-02-28T12:37:08.121761-05:00",
            "created_at": "2023-02-27T10:17:01.732601-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbcc2f5a-4e1d-4f17-be01-0eb9e3779cff/?format=api"
        }
    ]
}