GET /api/bet_types/83dc88f5-849f-4a91-a9f0-ceb2ade9fb7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83dc88f5-849f-4a91-a9f0-ceb2ade9fb7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/25a016bc-77ae-4f2a-9a89-a848eed00118/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-20T10:03:18.646825-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f4bb0a7-8aa3-44b1-9f20-a9606d5b910f",
            "gambit_id": "0785cd26-a010-4879-a2bc-85fcef585868",
            "last_updated": "2023-12-22T15:23:25.397659-05:00",
            "created_at": "2023-12-20T10:03:18.650659-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83dc88f5-849f-4a91-a9f0-ceb2ade9fb7c/?format=api"
        },
        {
            "id": "f4c24457-1e10-4dea-a087-325428f9069f",
            "gambit_id": "8282ed84-8e83-4574-9df6-d47f3299deb2",
            "last_updated": "2023-12-22T15:23:25.401025-05:00",
            "created_at": "2023-12-20T10:03:18.654747-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83dc88f5-849f-4a91-a9f0-ceb2ade9fb7c/?format=api"
        }
    ]
}