GET /api/bet_types/6e0d0892-855b-4568-a999-3b3f70cc81d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0d0892-855b-4568-a999-3b3f70cc81d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f508f7e7-4d54-4917-ad95-21a48e386ed0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-15T09:23:04.660753-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": "STL",
                "amount": 5512.0
            },
            {
                "team": "PHI",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c43ba98-fbc5-447e-9081-0d804dfdff59",
            "gambit_id": "d8fcfb42-2247-4c41-aa47-ce41a06e2234",
            "last_updated": "2023-09-18T08:53:18.875469-04:00",
            "created_at": "2023-09-15T09:23:04.672309-04:00",
            "name": "STL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0d0892-855b-4568-a999-3b3f70cc81d6/?format=api"
        },
        {
            "id": "3d2d6436-384c-4c69-8f5b-2bcbdf8eb7b4",
            "gambit_id": "4162f1cc-204e-4da8-9b4e-c94573451aec",
            "last_updated": "2023-09-18T08:53:18.871867-04:00",
            "created_at": "2023-09-15T09:23:04.664905-04:00",
            "name": "PHI",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0d0892-855b-4568-a999-3b3f70cc81d6/?format=api"
        }
    ]
}