GET /api/bet_types/1fdb8697-012d-4c18-85a9-0e11b755348d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fdb8697-012d-4c18-85a9-0e11b755348d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3258552b-eec3-46ea-967f-7c2d7bad99e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T22:48:26.843242-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": "New England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7b59a83-a87b-4a1f-9607-44e233a56c28",
            "gambit_id": "bee39251-155f-4e56-a1db-ce176c4f4081",
            "last_updated": "2023-09-11T11:13:24.239828-04:00",
            "created_at": "2023-09-06T22:48:26.852840-04:00",
            "name": "New England Patriots",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fdb8697-012d-4c18-85a9-0e11b755348d/?format=api"
        },
        {
            "id": "cba9a925-3683-411d-b85b-7e2639f3785b",
            "gambit_id": "470f11a1-a9db-45dc-9ea7-50d94bd1abb3",
            "last_updated": "2023-09-11T11:13:24.236544-04:00",
            "created_at": "2023-09-06T22:48:26.848388-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fdb8697-012d-4c18-85a9-0e11b755348d/?format=api"
        }
    ]
}