GET /api/bet_types/10de9f22-acd8-47d0-8fb4-21a1d1b490c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10de9f22-acd8-47d0-8fb4-21a1d1b490c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/16b8c77e-f091-4ae9-b3f9-3c278c4a53a3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:09.578244-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": "Los Angeles Chargers",
                "amount": 5214.0
            },
            {
                "team": "New York Jets",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1d3dc5b-c630-47c7-bbec-2ca8bc410fe4",
            "gambit_id": "eaefa8ae-36c4-4091-9d18-59e756d11c59",
            "last_updated": "2023-11-07T10:52:54.895153-05:00",
            "created_at": "2023-11-02T09:03:09.582827-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10de9f22-acd8-47d0-8fb4-21a1d1b490c6/?format=api"
        },
        {
            "id": "afa5caf7-23a5-45b0-bbff-79684a3eef44",
            "gambit_id": "c24843da-1344-4ffd-b589-e2f89e368465",
            "last_updated": "2023-11-07T10:52:54.898831-05:00",
            "created_at": "2023-11-02T09:03:09.587246-04:00",
            "name": "New York Jets",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10de9f22-acd8-47d0-8fb4-21a1d1b490c6/?format=api"
        }
    ]
}