GET /api/bet_types/e30e2bf3-5de9-4c14-ad95-8565a55668c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e30e2bf3-5de9-4c14-ad95-8565a55668c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e901582e-2207-4f96-908c-ffb2f9c3985e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-05T08:33:06.048180-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c132e01-017e-4b37-9717-df98d8046971",
            "gambit_id": "5cbf5bdb-7169-45a9-b8cb-904c03fa4075",
            "last_updated": "2023-11-06T21:28:17.856286-05:00",
            "created_at": "2023-11-05T08:33:06.052583-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30e2bf3-5de9-4c14-ad95-8565a55668c1/?format=api"
        },
        {
            "id": "c9c52ea4-865a-4ee4-a816-dcb7d8f0e535",
            "gambit_id": "ae4482b2-a9a2-41b8-b9be-7b13bf39533f",
            "last_updated": "2023-11-06T21:28:17.860401-05:00",
            "created_at": "2023-11-05T08:33:06.058091-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30e2bf3-5de9-4c14-ad95-8565a55668c1/?format=api"
        }
    ]
}