GET /api/bet_types/a2deb60b-84f4-4720-ba3b-5a0fa7cf6590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2deb60b-84f4-4720-ba3b-5a0fa7cf6590",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce834a20-bab1-4a86-9fc7-a1a88ef31b8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:01.240029-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": "Washington Capitals",
                "amount": 6308.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b6cca0e-6902-48ab-a154-1d8d45a24d78",
            "gambit_id": "8d9fd643-8834-4504-a7e3-9c5574b7d827",
            "last_updated": "2023-03-10T10:36:58.307129-05:00",
            "created_at": "2023-03-09T09:02:01.241303-05:00",
            "name": "Washington Capitals",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2deb60b-84f4-4720-ba3b-5a0fa7cf6590/?format=api"
        },
        {
            "id": "79082f65-33ca-4b61-8910-a1992780b770",
            "gambit_id": "ce9bf1c8-a211-4307-8235-bb826a3e9554",
            "last_updated": "2023-03-10T10:36:58.308240-05:00",
            "created_at": "2023-03-09T09:02:01.242635-05:00",
            "name": "New Jersey Devils",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2deb60b-84f4-4720-ba3b-5a0fa7cf6590/?format=api"
        }
    ]
}