GET /api/bet_types/e3804afb-649c-46e0-be53-8ada91e42d93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3804afb-649c-46e0-be53-8ada91e42d93",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bd3603d-cd7e-4384-b763-ec914e9ce70d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:54.651770-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": 6651.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "8959ebd8-bf75-4cc4-8aac-637d249550f9",
            "gambit_id": "fe0d1e22-4e72-486e-b6f4-66d3e8442f0e",
            "last_updated": "2023-03-06T11:42:12.884775-05:00",
            "created_at": "2023-03-04T10:37:54.654234-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3804afb-649c-46e0-be53-8ada91e42d93/?format=api"
        },
        {
            "id": "af78ad8e-3fe3-4f91-b93b-067a3098f993",
            "gambit_id": "c5b29edc-f52b-4541-b626-421530802752",
            "last_updated": "2023-03-06T11:42:12.883607-05:00",
            "created_at": "2023-03-04T10:37:54.653004-05:00",
            "name": "Florida Panthers",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3804afb-649c-46e0-be53-8ada91e42d93/?format=api"
        }
    ]
}