GET /api/bet_types/cd3f3650-d460-4ff7-ac30-f6d985f635c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd3f3650-d460-4ff7-ac30-f6d985f635c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ff73370-cbe4-49af-9c9e-53e806569e45/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:08:17.468491-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "42c823eb-f23a-4eba-97de-97b0dd339e20",
            "gambit_id": "d0826d9d-a1e0-4592-9ac3-294d62ee64ad",
            "last_updated": "2023-11-23T14:38:11.850252-05:00",
            "created_at": "2023-11-22T09:08:17.476845-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd3f3650-d460-4ff7-ac30-f6d985f635c0/?format=api"
        },
        {
            "id": "40157b54-39b8-4d50-a006-3648f116d033",
            "gambit_id": "c192bec3-eab4-4246-8552-79ba66c4bdf8",
            "last_updated": "2023-11-23T14:38:11.853941-05:00",
            "created_at": "2023-11-22T09:08:17.472942-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd3f3650-d460-4ff7-ac30-f6d985f635c0/?format=api"
        }
    ]
}