GET /api/bet_types/d1808a58-d1a0-46c0-adfd-8b2826af392a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1808a58-d1a0-46c0-adfd-8b2826af392a",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc24cbd7-1410-43b5-982d-bca9022a2f41/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:52:56.107642-04: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": "Seattle Kraken",
                "amount": 6928.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "80726841-474b-4afa-8774-6e3cab9f5671",
            "gambit_id": "93f8d3ca-a862-4c6f-a00a-c59256cc8346",
            "last_updated": "2023-10-13T20:53:04.676932-04:00",
            "created_at": "2023-10-12T10:52:56.110990-04:00",
            "name": "Seattle Kraken",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1808a58-d1a0-46c0-adfd-8b2826af392a/?format=api"
        },
        {
            "id": "63d57d43-cfd1-4b21-aa4b-8b8dd24514a4",
            "gambit_id": "4ad72498-924a-4df4-b911-d2901059963e",
            "last_updated": "2023-10-13T20:53:04.680111-04:00",
            "created_at": "2023-10-12T10:52:56.115135-04:00",
            "name": "Nashville Predators",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1808a58-d1a0-46c0-adfd-8b2826af392a/?format=api"
        }
    ]
}