GET /api/bet_types/cc32bbb9-5ea4-48d2-9ec5-38463ee20498/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc32bbb9-5ea4-48d2-9ec5-38463ee20498",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6e92c5c-39ec-4680-b531-bb1584afe57a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:58.204313-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": "San Francisco 49ers",
                "amount": 7480.0
            },
            {
                "team": "Los Angeles Chargers",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6e1af79-174c-42d4-8554-1908cd1a30d5",
            "gambit_id": "0a4c855b-0a82-49af-91ea-28943b48a52f",
            "last_updated": "2023-08-29T09:18:25.471588-04:00",
            "created_at": "2023-08-24T12:57:58.212204-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc32bbb9-5ea4-48d2-9ec5-38463ee20498/?format=api"
        },
        {
            "id": "7bba395a-0a85-4874-8ffc-f7d4d426fa40",
            "gambit_id": "66d39abf-67f2-42cb-a25c-2680eec68832",
            "last_updated": "2023-08-29T09:18:25.467482-04:00",
            "created_at": "2023-08-24T12:57:58.207845-04:00",
            "name": "Los Angeles Chargers",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc32bbb9-5ea4-48d2-9ec5-38463ee20498/?format=api"
        }
    ]
}