GET /api/bet_types/c7183222-2354-469c-a2fa-d985f7b1645c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7183222-2354-469c-a2fa-d985f7b1645c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a64da86-a1a9-4c00-8b27-15ce4dc11229/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-22T08:38:12.285444-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": "CLE",
                "amount": 5857.0
            },
            {
                "team": "PHI",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7ec9222-cb76-451d-b32f-dd16f8290265",
            "gambit_id": "8fa95314-b935-479d-b9cb-f81636ef8881",
            "last_updated": "2023-07-23T21:53:27.516397-04:00",
            "created_at": "2023-07-22T08:38:12.299921-04:00",
            "name": "CLE",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7183222-2354-469c-a2fa-d985f7b1645c/?format=api"
        },
        {
            "id": "79005cf2-8b97-44cd-ad49-d50dc9ba39b2",
            "gambit_id": "c3e5e00e-50f3-44cb-9365-e11c43575bcb",
            "last_updated": "2023-07-23T21:53:27.512939-04:00",
            "created_at": "2023-07-22T08:38:12.294821-04:00",
            "name": "PHI",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7183222-2354-469c-a2fa-d985f7b1645c/?format=api"
        }
    ]
}