GET /api/bet_types/08aa33a6-f7ec-461a-9448-0a2cc3a68fbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08aa33a6-f7ec-461a-9448-0a2cc3a68fbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0fd298c-4f97-4223-a92e-ed85fb794266/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:12.507424-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": "Carolina Hurricanes",
                "amount": 5512.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc5c9d1a-8d42-4791-a484-e9cdcf8c3c7f",
            "gambit_id": "ae90d310-d04d-4ad8-8276-61ad31a44903",
            "last_updated": "2024-01-15T09:58:16.820799-05:00",
            "created_at": "2024-01-11T09:38:12.514882-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08aa33a6-f7ec-461a-9448-0a2cc3a68fbe/?format=api"
        },
        {
            "id": "e84767c7-f56f-488e-b2be-10171bd1ea37",
            "gambit_id": "ee9c054a-bef8-4b4d-8321-e76aa967fee9",
            "last_updated": "2024-01-15T09:58:16.810168-05:00",
            "created_at": "2024-01-11T09:38:12.510987-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08aa33a6-f7ec-461a-9448-0a2cc3a68fbe/?format=api"
        }
    ]
}