GET /api/bet_types/8127dcf9-78d3-4504-8ec3-c612bd5114ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8127dcf9-78d3-4504-8ec3-c612bd5114ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/393591b0-bb68-4074-82b6-d2b4a8f415ca/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c63a3716-89fe-4419-a81d-5987bdad90b9",
            "gambit_id": "8a3cf5fa-0e12-4585-b7bb-be50b0870704",
            "last_updated": "2022-12-12T09:37:28.145104-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8127dcf9-78d3-4504-8ec3-c612bd5114ef/?format=api"
        },
        {
            "id": "f8297708-5760-41fc-b70b-aba1c0a6730f",
            "gambit_id": "077e15e9-0c8e-4eed-a2d1-7dcc9f9760a0",
            "last_updated": "2022-12-12T09:37:28.146149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8127dcf9-78d3-4504-8ec3-c612bd5114ef/?format=api"
        }
    ]
}