GET /api/bet_types/bf202c08-b50f-4f4e-b1a1-35f99c0ef9b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf202c08-b50f-4f4e-b1a1-35f99c0ef9b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/25286fc5-76dc-4f72-b524-4e70c283e20b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:58.169181-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": "San Jose Sharks",
                "amount": 5688.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "829fa3ab-87c5-4269-9552-3a6c708df16e",
            "gambit_id": "d8f4c004-65cb-4416-95a1-6f19ba6ba1bb",
            "last_updated": "2023-11-13T19:28:24.241250-05:00",
            "created_at": "2023-11-12T09:32:58.173900-05:00",
            "name": "San Jose Sharks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf202c08-b50f-4f4e-b1a1-35f99c0ef9b5/?format=api"
        },
        {
            "id": "547dbe28-589a-498a-8266-453dedeaa9f0",
            "gambit_id": "6eaa698c-dc54-4c27-95df-1027b2363150",
            "last_updated": "2023-11-13T19:28:24.244663-05:00",
            "created_at": "2023-11-12T09:32:58.178526-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf202c08-b50f-4f4e-b1a1-35f99c0ef9b5/?format=api"
        }
    ]
}