GET /api/bet_types/4ad533e2-0ad6-4655-a732-89bdf65421ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ad533e2-0ad6-4655-a732-89bdf65421ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/919680c1-f7f9-45bb-bac7-95934391b63e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:16.007342-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": "Toronto Raptors",
                "amount": 5882.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "cdca1d47-3cbc-4985-998d-ee5ef2e25996",
            "gambit_id": "03ef5a39-85d0-4ae9-beb2-bcb125b187f4",
            "last_updated": "2022-12-28T21:37:13.395073-05:00",
            "created_at": "2022-12-27T08:57:16.008593-05:00",
            "name": "Toronto Raptors",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad533e2-0ad6-4655-a732-89bdf65421ac/?format=api"
        },
        {
            "id": "fbb626e5-02fa-434c-adb5-1260edfd4cba",
            "gambit_id": "dc836d82-6c0e-4916-9e59-4e32d017f6a9",
            "last_updated": "2022-12-28T21:37:13.396316-05:00",
            "created_at": "2022-12-27T08:57:16.009826-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ad533e2-0ad6-4655-a732-89bdf65421ac/?format=api"
        }
    ]
}