GET /api/bet_types/b14c7620-ba44-41be-8cb4-98ee29285da2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b14c7620-ba44-41be-8cb4-98ee29285da2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e27202d-44e9-4eca-b0f5-26e32cd0c433/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-17T09:58:18.757396-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": "San Jose Sharks",
                "amount": 5000.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ac6dd4e-fa78-4efa-9af3-29120dbaffdc",
            "gambit_id": "a9f95ff5-ca3d-40f2-ace0-27d0860b6c6b",
            "last_updated": "2023-12-19T10:03:19.467879-05:00",
            "created_at": "2023-12-17T09:58:18.761142-05:00",
            "name": "San Jose Sharks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14c7620-ba44-41be-8cb4-98ee29285da2/?format=api"
        },
        {
            "id": "5ef7405f-b333-4765-a478-fe2ecff25fe3",
            "gambit_id": "96d89e00-6b35-4032-b856-eb8e0d1d1491",
            "last_updated": "2023-12-19T10:03:19.475154-05:00",
            "created_at": "2023-12-17T09:58:18.765164-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14c7620-ba44-41be-8cb4-98ee29285da2/?format=api"
        }
    ]
}