GET /api/bet_types/a9e00fee-9a55-4ea0-8de4-b6afd7fed8ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9e00fee-9a55-4ea0-8de4-b6afd7fed8ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/23451f4a-409b-4c53-85ea-66f82cc87306/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-13T09:38:14.950441-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": "St Louis Blues",
                "amount": 6090.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0044054-1baa-474d-ad49-2110390f6b7f",
            "gambit_id": "92acaab3-f6e8-41f0-a038-f3f1219b2467",
            "last_updated": "2024-01-16T14:18:22.756845-05:00",
            "created_at": "2024-01-13T09:38:14.958722-05:00",
            "name": "St Louis Blues",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e00fee-9a55-4ea0-8de4-b6afd7fed8ab/?format=api"
        },
        {
            "id": "8eed3fb7-fdc3-4d16-955b-3f8719b22f33",
            "gambit_id": "7e0d1da2-81d7-4477-95b0-d09ed60a3a0b",
            "last_updated": "2024-01-16T14:18:22.753425-05:00",
            "created_at": "2024-01-13T09:38:14.954543-05:00",
            "name": "Boston Bruins",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9e00fee-9a55-4ea0-8de4-b6afd7fed8ab/?format=api"
        }
    ]
}