GET /api/bet_types/d5856a7b-b530-43ec-8062-00fa4be8fd18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5856a7b-b530-43ec-8062-00fa4be8fd18",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd187846-3eda-46f7-b11a-5d67d56cbd36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:01.027805-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9235d708-1a17-417f-9476-f4582b06c046",
            "gambit_id": "79e03bdd-0c45-468e-ad44-077af9461acf",
            "last_updated": "2023-11-30T11:23:13.782080-05:00",
            "created_at": "2023-11-29T10:38:01.036035-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5856a7b-b530-43ec-8062-00fa4be8fd18/?format=api"
        },
        {
            "id": "d2739548-e8eb-4e7c-8c32-59cbbc6145a6",
            "gambit_id": "60695e66-5dc4-4097-bdce-f1367b25fcc5",
            "last_updated": "2023-11-30T11:23:13.785744-05:00",
            "created_at": "2023-11-29T10:38:01.040891-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5856a7b-b530-43ec-8062-00fa4be8fd18/?format=api"
        }
    ]
}