GET /api/bet_types/96856395-af0f-4325-9c95-e4e2a6bb9816/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96856395-af0f-4325-9c95-e4e2a6bb9816",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d49a785-7f82-4537-822e-5975ad4bd067/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:10.576373-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "954728bb-f3ff-4f56-b8d3-63b570afb443",
            "gambit_id": "ce5e4002-ea26-4c42-9fc2-ee658e262132",
            "last_updated": "2023-04-03T20:12:06.588004-04:00",
            "created_at": "2023-04-02T09:57:10.579081-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96856395-af0f-4325-9c95-e4e2a6bb9816/?format=api"
        },
        {
            "id": "04bde9d5-d6eb-462d-af4e-1e2e900124e0",
            "gambit_id": "34cdc06b-2479-4524-9127-0df00a85eaf0",
            "last_updated": "2023-04-03T20:12:06.590402-04:00",
            "created_at": "2023-04-02T09:57:10.581751-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96856395-af0f-4325-9c95-e4e2a6bb9816/?format=api"
        }
    ]
}