GET /api/bet_types/5a601c78-3bbf-415d-81e2-6889fbc1ed97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a601c78-3bbf-415d-81e2-6889fbc1ed97",
    "match": "https://api-prod.gambitprofit.com/api/matches/47b20640-cb38-4869-8c27-cd9bb4c64e37/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:22.956986-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": 5939.0
            },
            {
                "team": "CIN",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0c8bd01-80b6-44df-b259-4b78aeaea35b",
            "gambit_id": "ef109e6b-a0fe-46e3-ad74-82fe539039cd",
            "last_updated": "2023-10-03T09:58:09.969705-04:00",
            "created_at": "2023-10-01T09:18:22.966932-04:00",
            "name": "STL",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a601c78-3bbf-415d-81e2-6889fbc1ed97/?format=api"
        },
        {
            "id": "8422fcb5-8db1-4ea1-ac2e-1ff3385de432",
            "gambit_id": "34905a8e-1886-40bf-b3a7-55a1723977a5",
            "last_updated": "2023-10-03T09:58:09.949449-04:00",
            "created_at": "2023-10-01T09:18:22.961118-04:00",
            "name": "CIN",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a601c78-3bbf-415d-81e2-6889fbc1ed97/?format=api"
        }
    ]
}