GET /api/bet_types/7404d150-9f69-4e8b-a1a3-51c79e948493/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7404d150-9f69-4e8b-a1a3-51c79e948493",
    "match": "https://api-prod.gambitprofit.com/api/matches/35d20780-8d95-4880-b591-90c8217c1b8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:22.083625-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": "Buffalo Sabres",
                "amount": 5107.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5017400-5006-4b86-b450-2158f7b5ec5d",
            "gambit_id": "84dd2797-6698-4fb0-87d2-897be3e69291",
            "last_updated": "2024-01-17T22:28:12.238292-05:00",
            "created_at": "2024-01-15T10:23:22.093796-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7404d150-9f69-4e8b-a1a3-51c79e948493/?format=api"
        },
        {
            "id": "883485fe-2844-4b33-9807-db5b3bb0b184",
            "gambit_id": "ccf2d4fe-2820-4499-be51-06f427929627",
            "last_updated": "2024-01-17T22:28:12.234951-05:00",
            "created_at": "2024-01-15T10:23:22.088848-05:00",
            "name": "San Jose Sharks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7404d150-9f69-4e8b-a1a3-51c79e948493/?format=api"
        }
    ]
}