GET /api/bet_types/7db41477-ba5b-4d96-b146-c2a19d14bf00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db41477-ba5b-4d96-b146-c2a19d14bf00",
    "match": "https://api-prod.gambitprofit.com/api/matches/c94bcbe1-d270-4994-b605-941ac2417d1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-07T09:28:22.210382-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": 6020.0
            },
            {
                "team": "TEX",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "506da00f-a43b-4527-b0b1-dc2fb2d9604e",
            "gambit_id": "a954b8b6-1b81-4c08-be2f-0e5b56ce7021",
            "last_updated": "2023-06-08T15:58:27.346922-04:00",
            "created_at": "2023-06-07T09:28:22.212897-04:00",
            "name": "STL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db41477-ba5b-4d96-b146-c2a19d14bf00/?format=api"
        },
        {
            "id": "d37939dc-cff8-40bf-8e2b-a10d2b54fca6",
            "gambit_id": "5b714591-4969-44dc-9c7c-452bb0ef9df4",
            "last_updated": "2023-06-08T15:58:27.350291-04:00",
            "created_at": "2023-06-07T09:28:22.215433-04:00",
            "name": "TEX",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db41477-ba5b-4d96-b146-c2a19d14bf00/?format=api"
        }
    ]
}