GET /api/bet_types/358044c1-4179-40b3-a58f-a4c3aa669f70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "358044c1-4179-40b3-a58f-a4c3aa669f70",
    "match": "https://api-prod.gambitprofit.com/api/matches/00c64963-afae-4624-ab74-4548b43a29a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:04.261525-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": "Detroit Pistons",
                "amount": 5107.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "047a77ed-dd69-43ef-85f0-8fe2359ff0da",
            "gambit_id": "18c8c9ed-0f4a-4f30-a675-90991815de4a",
            "last_updated": "2023-12-23T14:48:18.317715-05:00",
            "created_at": "2023-12-21T09:13:04.272000-05:00",
            "name": "Detroit Pistons",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358044c1-4179-40b3-a58f-a4c3aa669f70/?format=api"
        },
        {
            "id": "08d88f89-3292-4abf-beac-1c1f399db813",
            "gambit_id": "79f8aa8c-8560-4bf9-955c-804956b35356",
            "last_updated": "2023-12-23T14:48:18.313339-05:00",
            "created_at": "2023-12-21T09:13:04.267674-05:00",
            "name": "Utah Jazz",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/358044c1-4179-40b3-a58f-a4c3aa669f70/?format=api"
        }
    ]
}