GET /api/bet_types/4e2031db-8ec6-4101-8c9d-d54205a9b134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e2031db-8ec6-4101-8c9d-d54205a9b134",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c6cdb88-b406-41c9-831c-e22c880fcb57/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:08:03.219223-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 Wizards",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d1f44fb-b7ea-4508-97ab-3e02b244d652",
            "gambit_id": "9a60b1fc-6acc-4ffc-8b5b-5afd19805ae0",
            "last_updated": "2023-11-25T10:48:22.932145-05:00",
            "created_at": "2023-11-24T09:08:03.224207-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2031db-8ec6-4101-8c9d-d54205a9b134/?format=api"
        },
        {
            "id": "a2ca54f7-5773-4f7f-afc7-4f8e22e65362",
            "gambit_id": "0c0e3421-be07-4ae5-a0d1-6342c25fede3",
            "last_updated": "2023-11-25T10:48:22.935921-05:00",
            "created_at": "2023-11-24T09:08:03.231164-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e2031db-8ec6-4101-8c9d-d54205a9b134/?format=api"
        }
    ]
}