GET /api/bet_types/b0162a30-4245-4bea-a257-c0f0baea7cb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0162a30-4245-4bea-a257-c0f0baea7cb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7d744ce-783a-4587-a778-5a0e037dd50b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:58.516749-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Miami Heat",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "11745a1d-cb18-479f-a112-1600296e2420",
            "gambit_id": "d29aa850-fcb7-4899-bd94-b19694c2623e",
            "last_updated": "2024-02-06T09:18:13.317972-05:00",
            "created_at": "2024-02-04T10:42:58.521195-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0162a30-4245-4bea-a257-c0f0baea7cb4/?format=api"
        },
        {
            "id": "c4070774-4016-4fa7-8766-202fce00c503",
            "gambit_id": "631c3d68-619d-4fe0-9e17-e30e1f38babf",
            "last_updated": "2024-02-06T09:18:13.321752-05:00",
            "created_at": "2024-02-04T10:42:58.525569-05:00",
            "name": "Miami Heat",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0162a30-4245-4bea-a257-c0f0baea7cb4/?format=api"
        }
    ]
}