GET /api/bet_types/ddafe572-4088-4472-bd0c-8b33c0a3bb88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddafe572-4088-4472-bd0c-8b33c0a3bb88",
    "match": "https://api-prod.gambitprofit.com/api/matches/66291815-89b7-4a57-9537-22e457dd49c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:09.159200-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60645faf-4126-409c-8d31-a007bb8456a4",
            "gambit_id": "b70d94a9-e95a-421e-9f2c-c5cc19646714",
            "last_updated": "2023-04-03T20:17:11.661502-04:00",
            "created_at": "2023-04-02T09:57:09.163913-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddafe572-4088-4472-bd0c-8b33c0a3bb88/?format=api"
        },
        {
            "id": "d1a2ca3b-e8a9-4122-bd50-e49c16f16c2f",
            "gambit_id": "d5187109-b333-4203-a702-35323d365f79",
            "last_updated": "2023-04-03T20:17:11.658521-04:00",
            "created_at": "2023-04-02T09:57:09.161479-04:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddafe572-4088-4472-bd0c-8b33c0a3bb88/?format=api"
        }
    ]
}