GET /api/bet_types/2ad8a29e-cf5e-4387-b6d3-1011c4e07780/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ad8a29e-cf5e-4387-b6d3-1011c4e07780",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea28c5f-16c8-4bd5-8f43-a067407da125/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:18.023634-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": "Boston Bruins",
                "amount": 5214.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d041719-6dac-4d93-b465-a607a7c3a80d",
            "gambit_id": "ff93bece-c183-44c4-a540-9cf531907c94",
            "last_updated": "2023-10-28T10:22:54.510885-04:00",
            "created_at": "2023-10-26T09:28:18.032302-04:00",
            "name": "Boston Bruins",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad8a29e-cf5e-4387-b6d3-1011c4e07780/?format=api"
        },
        {
            "id": "4df39733-1926-4bee-92fc-57b4f0473d99",
            "gambit_id": "95a703cd-7983-482d-83d3-7654610635fe",
            "last_updated": "2023-10-28T10:22:54.507187-04:00",
            "created_at": "2023-10-26T09:28:18.027639-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad8a29e-cf5e-4387-b6d3-1011c4e07780/?format=api"
        }
    ]
}