GET /api/bet_types/42495fb6-64eb-44df-936f-7a9d07b04d28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42495fb6-64eb-44df-936f-7a9d07b04d28",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e256f81-7fdd-4d21-b077-3a1016fa8d4b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:17.103688-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": "TOR",
                "amount": 6010.0
            },
            {
                "team": "LOS",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "173a9217-b421-4227-8149-abe5e293fd87",
            "gambit_id": "b3485d00-2f46-47a0-b9b2-96de1096f58a",
            "last_updated": "2023-07-27T22:58:18.984924-04:00",
            "created_at": "2023-07-26T09:18:17.107999-04:00",
            "name": "TOR",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42495fb6-64eb-44df-936f-7a9d07b04d28/?format=api"
        },
        {
            "id": "d961c980-e491-4340-9930-40d55ffda061",
            "gambit_id": "e4f41724-f03e-4678-ab79-4669cb8bf11a",
            "last_updated": "2023-07-27T22:58:18.988508-04:00",
            "created_at": "2023-07-26T09:18:17.112676-04:00",
            "name": "LOS",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42495fb6-64eb-44df-936f-7a9d07b04d28/?format=api"
        }
    ]
}