GET /api/bet_types/ba4e9db6-7fae-4e62-b649-0f5638ba581a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba4e9db6-7fae-4e62-b649-0f5638ba581a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7e54c88-0ce8-4c52-8f3a-e9e0542f2392/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-18T09:08:20.247357-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": "LOS (L Lynn)",
                "amount": 6232.0
            },
            {
                "team": "DET (Ed Rodriguez)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "47aa95b1-6348-4588-a0d1-92389e221e37",
            "gambit_id": "0a0a4abc-c6b2-4017-b792-85973cf9b7d8",
            "last_updated": "2023-09-20T09:13:04.767859-04:00",
            "created_at": "2023-09-18T09:08:20.258868-04:00",
            "name": "LOS (L Lynn)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba4e9db6-7fae-4e62-b649-0f5638ba581a/?format=api"
        },
        {
            "id": "f2d6929b-a16f-4d41-8450-ba931d64ee3e",
            "gambit_id": "28853f18-cd5f-4d78-ab62-4b120990834c",
            "last_updated": "2023-09-20T09:13:04.764395-04:00",
            "created_at": "2023-09-18T09:08:20.252919-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba4e9db6-7fae-4e62-b649-0f5638ba581a/?format=api"
        }
    ]
}