GET /api/bet_types/7933214d-d071-41d3-9cec-88a85e6c0306/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7933214d-d071-41d3-9cec-88a85e6c0306",
    "match": "https://api-prod.gambitprofit.com/api/matches/229e738a-03aa-4d74-a674-beef82f2af70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:15.974048-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd360a1d-2fac-42aa-bb2b-8f700da17f3b",
            "gambit_id": "6764b81e-4f12-4144-87b1-48ea8d9b1192",
            "last_updated": "2023-10-02T20:58:11.098660-04:00",
            "created_at": "2023-09-28T10:08:15.985549-04:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7933214d-d071-41d3-9cec-88a85e6c0306/?format=api"
        },
        {
            "id": "a3111148-1ce9-4e3b-9898-91d156bbbdc9",
            "gambit_id": "a3b69866-3b2e-406b-baf4-38f8b5766f0a",
            "last_updated": "2023-10-02T20:58:11.095119-04:00",
            "created_at": "2023-09-28T10:08:15.981744-04:00",
            "name": "Denver Broncos",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7933214d-d071-41d3-9cec-88a85e6c0306/?format=api"
        }
    ]
}