GET /api/bet_types/3fa656e8-e994-42d3-80ce-09bc61926494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fa656e8-e994-42d3-80ce-09bc61926494",
    "match": "https://api-prod.gambitprofit.com/api/matches/baba39a4-ec5a-483d-8522-39c2e5b542ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:13.104307-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d34ec9e4-c2eb-4ddb-addf-4127f5c458d2",
            "gambit_id": "94d11315-57ad-4f59-b18b-2a7c40a84624",
            "last_updated": "2023-10-31T20:13:09.854875-04:00",
            "created_at": "2023-10-30T08:58:13.108991-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa656e8-e994-42d3-80ce-09bc61926494/?format=api"
        },
        {
            "id": "37ab9349-8e24-4149-b1ec-6bf20d16e522",
            "gambit_id": "b7d49d89-01d8-42b9-98f2-66550fc5175c",
            "last_updated": "2023-10-31T20:13:09.858329-04:00",
            "created_at": "2023-10-30T08:58:13.114732-04:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fa656e8-e994-42d3-80ce-09bc61926494/?format=api"
        }
    ]
}