GET /api/bet_types/c00f76ce-221d-48fb-99d6-9356af1279bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c00f76ce-221d-48fb-99d6-9356af1279bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa3ac88f-e347-4181-aa32-89688d1e4473/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:04.465924-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "06d8529d-5576-494e-ad77-e3a3bc1b47f8",
            "gambit_id": "41ec8be1-927a-42bd-97d9-303ed60fa351",
            "last_updated": "2023-03-13T19:07:15.383329-04:00",
            "created_at": "2023-03-12T10:17:04.469094-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c00f76ce-221d-48fb-99d6-9356af1279bf/?format=api"
        },
        {
            "id": "1cc99a2f-cb63-459e-8a62-53d4c18b4fff",
            "gambit_id": "7443d603-16a8-4155-878a-631b3892eab3",
            "last_updated": "2023-03-13T19:07:15.381471-04:00",
            "created_at": "2023-03-12T10:17:04.467516-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c00f76ce-221d-48fb-99d6-9356af1279bf/?format=api"
        }
    ]
}