GET /api/bet_types/f3bf41bc-90ae-4cf8-b415-753037e725eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3bf41bc-90ae-4cf8-b415-753037e725eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/caeccc1d-5b78-4e3b-8bfb-36f59c8d0048/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:00.955330-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": "St Louis Blues",
                "amount": 6010.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dcefd24-6c39-457a-8f9c-e0b611a2abe2",
            "gambit_id": "583ad7e6-8cb7-43cc-aab7-55a8bc2cb0c6",
            "last_updated": "2023-12-20T12:43:26.131732-05:00",
            "created_at": "2023-12-19T08:53:00.958844-05:00",
            "name": "St Louis Blues",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3bf41bc-90ae-4cf8-b415-753037e725eb/?format=api"
        },
        {
            "id": "18707451-f947-472d-90e4-ecae35da9f90",
            "gambit_id": "83d1095a-7799-4d04-9201-dc467de842a6",
            "last_updated": "2023-12-20T12:43:26.135146-05:00",
            "created_at": "2023-12-19T08:53:00.962739-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3bf41bc-90ae-4cf8-b415-753037e725eb/?format=api"
        }
    ]
}