GET /api/bet_types/3e1cd983-8fbb-4918-97e1-e92153e4dd5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e1cd983-8fbb-4918-97e1-e92153e4dd5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/517fa9ff-fb29-4420-ab3d-dcd6eb9ba722/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-25T13:28:13.738613-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": "Dallas Stars",
                "amount": 5423.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "caf38f6d-a299-4398-8049-330fc5a36c96",
            "gambit_id": "e13f8d18-1db1-4e56-ba55-79db48db6cec",
            "last_updated": "2024-01-26T20:53:21.964060-05:00",
            "created_at": "2024-01-25T13:28:13.745980-05:00",
            "name": "Dallas Stars",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1cd983-8fbb-4918-97e1-e92153e4dd5e/?format=api"
        },
        {
            "id": "72231262-e8b1-43f6-b153-ac4b01f0c9e3",
            "gambit_id": "eb8ed61c-b04f-481f-8c64-6fbdeeb4880c",
            "last_updated": "2024-01-26T20:53:21.960593-05:00",
            "created_at": "2024-01-25T13:28:13.742155-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1cd983-8fbb-4918-97e1-e92153e4dd5e/?format=api"
        }
    ]
}