GET /api/bet_types/322d3341-a4f5-474c-9d43-51d29d323699/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "322d3341-a4f5-474c-9d43-51d29d323699",
    "match": "https://api-prod.gambitprofit.com/api/matches/547eeddb-a636-4ecd-a42d-93c29219a194/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:18.510159-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": "Pittsburgh Penguins",
                "amount": 6456.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "17ba88b7-1923-4243-9dbd-1ddc3de377a2",
            "gambit_id": "d29a336f-c683-4e51-90d0-a6173ad012ee",
            "last_updated": "2023-10-28T10:22:54.753300-04:00",
            "created_at": "2023-10-26T09:28:18.519272-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322d3341-a4f5-474c-9d43-51d29d323699/?format=api"
        },
        {
            "id": "eceb91df-74aa-453d-be88-e83876e96864",
            "gambit_id": "e2f81694-7e6a-4a9d-a9af-3a68cda4d6cd",
            "last_updated": "2023-10-28T10:22:54.749036-04:00",
            "created_at": "2023-10-26T09:28:18.513882-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322d3341-a4f5-474c-9d43-51d29d323699/?format=api"
        }
    ]
}