GET /api/bet_types/d53f4330-42e6-476c-be45-a263b55dbb2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d53f4330-42e6-476c-be45-a263b55dbb2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/119abfcf-17de-40c7-b754-908c947fe19a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:09.597574-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": "Detroit Red Wings",
                "amount": 6752.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd570d8c-d966-4c39-9a79-19d4dc72a2c5",
            "gambit_id": "b0aec4ef-ec9b-426c-8b73-888536b5df94",
            "last_updated": "2023-12-18T10:23:37.144136-05:00",
            "created_at": "2023-12-16T09:23:09.605566-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d53f4330-42e6-476c-be45-a263b55dbb2f/?format=api"
        },
        {
            "id": "fce3a0d0-9baa-43bb-9c35-f8c74776195f",
            "gambit_id": "9adf4953-1834-49c7-9cf3-f1da03a534ed",
            "last_updated": "2023-12-18T10:23:37.147718-05:00",
            "created_at": "2023-12-16T09:23:09.614572-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d53f4330-42e6-476c-be45-a263b55dbb2f/?format=api"
        }
    ]
}