GET /api/bet_types/7d8ce0ab-154c-456e-9f1a-8ee5e60ac96c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d8ce0ab-154c-456e-9f1a-8ee5e60ac96c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c89f1f9-e141-4b55-89ce-ea22241ef1e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T10:08:16.214018-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": 7152.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "354f8599-a55f-4ae7-9183-6823fedda31e",
            "gambit_id": "97de350b-76ec-4726-9ce0-ddaae26a7408",
            "last_updated": "2023-10-02T20:48:07.655484-04:00",
            "created_at": "2023-09-28T10:08:16.222242-04:00",
            "name": "Los Angeles Chargers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d8ce0ab-154c-456e-9f1a-8ee5e60ac96c/?format=api"
        },
        {
            "id": "ca02c6de-7354-4a7b-85fe-9f6b4d144f86",
            "gambit_id": "27e13977-f32f-4a4a-b7e7-4425b186451b",
            "last_updated": "2023-10-02T20:48:07.651864-04:00",
            "created_at": "2023-09-28T10:08:16.218115-04:00",
            "name": "Las Vegas Raiders",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d8ce0ab-154c-456e-9f1a-8ee5e60ac96c/?format=api"
        }
    ]
}