GET /api/bet_types/f0b844fc-bdf1-496a-8cbb-65361f63ba0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0b844fc-bdf1-496a-8cbb-65361f63ba0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1ee1cf-c3bd-4e6b-8dcd-163b922dae5d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:21.385841-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddb9af48-afbb-4920-a83a-39759c3378ce",
            "gambit_id": "fd1ac2ff-fec9-4724-b437-857be23b42c8",
            "last_updated": "2023-12-09T11:33:25.274975-05:00",
            "created_at": "2023-12-08T09:38:21.393946-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b844fc-bdf1-496a-8cbb-65361f63ba0d/?format=api"
        },
        {
            "id": "7a24bec0-8c38-47bb-b7ac-3093c1955a24",
            "gambit_id": "e13e95f1-f9f3-442e-b1a4-f076962f2b8a",
            "last_updated": "2023-12-09T11:33:25.271504-05:00",
            "created_at": "2023-12-08T09:38:21.389732-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0b844fc-bdf1-496a-8cbb-65361f63ba0d/?format=api"
        }
    ]
}