GET /api/bet_types/cf2e0d24-d6af-424e-bbb4-e8c0b0821221/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf2e0d24-d6af-424e-bbb4-e8c0b0821221",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3711e5d-0119-40f2-be99-046ec86afdfe/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Utah Jazz",
                "amount": 5098.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "75591fe1-ef48-4e12-bc74-52a231fab191",
            "gambit_id": "b81740a0-08a9-456f-b2f3-f5f82bbf593a",
            "last_updated": "2022-12-21T10:36:57.448536-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2e0d24-d6af-424e-bbb4-e8c0b0821221/?format=api"
        },
        {
            "id": "466c757c-6502-4630-8709-e416925bfa27",
            "gambit_id": "8b7ff4e2-4dc2-4273-b635-69ee057bb421",
            "last_updated": "2022-12-21T10:36:57.447460-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf2e0d24-d6af-424e-bbb4-e8c0b0821221/?format=api"
        }
    ]
}