GET /api/bet_types/a6d3c802-83c8-4d01-a16e-c396b827f538/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6d3c802-83c8-4d01-a16e-c396b827f538",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cbeb58f-e646-4328-a5b6-638b4c8d70ff/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b9218fe-6644-4639-a10f-650323c9d976",
            "gambit_id": "7aac1af1-623f-44a2-9e43-3e081de44a2b",
            "last_updated": "2022-11-14T15:07:46.104653-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6d3c802-83c8-4d01-a16e-c396b827f538/?format=api"
        },
        {
            "id": "8436e64f-3634-47fa-81e1-5813f7d4d987",
            "gambit_id": "1e629d7f-c45c-453f-92d0-508bb996194f",
            "last_updated": "2022-11-14T15:07:46.103715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6d3c802-83c8-4d01-a16e-c396b827f538/?format=api"
        }
    ]
}