GET /api/bet_types/335b6425-6c47-4290-9e65-c89c180cabe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "335b6425-6c47-4290-9e65-c89c180cabe0",
    "match": "https://api-prod.gambitprofit.com/api/matches/cba3d578-91e5-4e5c-bd93-707fdb8cac73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:59.521043-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": "Pittsburgh Penguins",
                "amount": 6706.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9387.9,
        "profit_sb": -112.1,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3bff4a4-b1ad-4918-b2db-80e795ddd3c5",
            "gambit_id": "ae0e51f1-1bac-4745-ad12-557fbb7dc16f",
            "last_updated": "2023-11-12T11:08:21.778135-05:00",
            "created_at": "2023-11-09T09:47:59.524248-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335b6425-6c47-4290-9e65-c89c180cabe0/?format=api"
        },
        {
            "id": "44581bed-6867-470d-b66c-6cee8c0a0f32",
            "gambit_id": "49d40966-c610-4b3f-97c0-bfe1a3e8d7aa",
            "last_updated": "2023-11-12T11:08:21.781405-05:00",
            "created_at": "2023-11-09T09:47:59.528189-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.85000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/335b6425-6c47-4290-9e65-c89c180cabe0/?format=api"
        }
    ]
}