GET /api/bet_types/1d6685ce-eb1e-439a-bbd8-a563ce676e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d6685ce-eb1e-439a-bbd8-a563ce676e6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d8720bc-61b9-45c4-89a1-e64348c58499/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:05.875688-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": "STL",
                "amount": 5317.0
            },
            {
                "team": "CHC",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0589228-5ba5-427b-bcec-90d1dcf53f29",
            "gambit_id": "c497c9ba-5d6e-41dc-86be-98e8d9dbd57d",
            "last_updated": "2023-06-26T10:58:34.306380-04:00",
            "created_at": "2023-06-24T08:58:05.880672-04:00",
            "name": "STL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6685ce-eb1e-439a-bbd8-a563ce676e6a/?format=api"
        },
        {
            "id": "79c6ff40-9209-4d4c-8ed8-61cf41fb827b",
            "gambit_id": "ce3de7f8-db42-47fa-8f65-5d346d2a576e",
            "last_updated": "2023-06-26T10:58:34.304046-04:00",
            "created_at": "2023-06-24T08:58:05.878166-04:00",
            "name": "CHC",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d6685ce-eb1e-439a-bbd8-a563ce676e6a/?format=api"
        }
    ]
}