GET /api/bet_types/b150d1e6-94cf-4af8-b4c3-9b5e12dded0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b150d1e6-94cf-4af8-b4c3-9b5e12dded0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5092d97-ca0e-4b18-931e-973a5743a657/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:18.384123-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": "Tampa Bay Lightning",
                "amount": 6651.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "0501a3fd-b70f-4f20-b386-ef871a695e57",
            "gambit_id": "eb45006a-1541-445c-8e1b-70de5e48b251",
            "last_updated": "2023-12-08T21:18:05.711846-05:00",
            "created_at": "2023-12-07T09:48:18.387894-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b150d1e6-94cf-4af8-b4c3-9b5e12dded0f/?format=api"
        },
        {
            "id": "5f0f7bf2-2c87-440b-b62d-f3ecdea3f19d",
            "gambit_id": "09427887-6a01-4df3-94e4-4642786666b1",
            "last_updated": "2023-12-08T21:18:05.715193-05:00",
            "created_at": "2023-12-07T09:48:18.392008-05:00",
            "name": "Nashville Predators",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b150d1e6-94cf-4af8-b4c3-9b5e12dded0f/?format=api"
        }
    ]
}