GET /api/bet_types/5d3de15c-abf0-4008-870a-1b6405e5876e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d3de15c-abf0-4008-870a-1b6405e5876e",
    "match": "https://api-prod.gambitprofit.com/api/matches/69348857-3735-4acb-9721-4b9b67b39521/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:13.352585-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": 7050.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2950.0
            }
        ],
        "expected_reward_tokens": 9587.5,
        "profit_sb": 87.5,
        "profit_sb_percentage": 0.92,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3150897-e50f-4ef9-98fc-343750825c33",
            "gambit_id": "d7af2bc9-70c8-437c-bcb9-891f0e27908b",
            "last_updated": "2023-01-23T10:26:49.180903-05:00",
            "created_at": "2023-01-21T10:22:13.353834-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3de15c-abf0-4008-870a-1b6405e5876e/?format=api"
        },
        {
            "id": "c2cf7f47-44ff-4505-b96f-5760f3a16c5d",
            "gambit_id": "4f7ca56a-5556-4c5a-ae37-471213056a12",
            "last_updated": "2023-01-23T10:26:49.182378-05:00",
            "created_at": "2023-01-21T10:22:13.355108-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.25000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d3de15c-abf0-4008-870a-1b6405e5876e/?format=api"
        }
    ]
}