GET /api/bet_types/401089bb-51c8-46da-a9d7-01bd65cdf19a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "401089bb-51c8-46da-a9d7-01bd65cdf19a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8739073-f0ff-41f6-8bfa-f0b936e9432c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-23T09:06:53.323268-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": "Los Angeles Clippers",
                "amount": 5107.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bc7d2e3-f595-48d8-b9e3-001714884089",
            "gambit_id": "034b9b58-4a3e-462d-913b-aa7bcb04678c",
            "last_updated": "2023-03-24T10:27:19.577886-04:00",
            "created_at": "2023-03-23T09:06:53.324874-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401089bb-51c8-46da-a9d7-01bd65cdf19a/?format=api"
        },
        {
            "id": "6e6d280d-26b6-4f06-bbd0-162e273e5046",
            "gambit_id": "f0f3c2d0-0e4e-4c4f-98a5-743dab96bdc4",
            "last_updated": "2023-03-24T10:27:19.580757-04:00",
            "created_at": "2023-03-23T09:06:53.327410-04:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/401089bb-51c8-46da-a9d7-01bd65cdf19a/?format=api"
        }
    ]
}