GET /api/bet_types/cc65d26d-3e8d-47e7-b0ff-bbeac1723647/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc65d26d-3e8d-47e7-b0ff-bbeac1723647",
    "match": "https://api-prod.gambitprofit.com/api/matches/18040fd3-5afb-4cef-8a6d-89b3ffb51bba/?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": "Tampa Bay Buccaneers",
                "amount": 5208.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3f04538c-43f7-40bd-8f7c-9513fe906cf6",
            "gambit_id": "9a0ce50d-20ca-4f9a-b725-6d7ee12e023e",
            "last_updated": "2022-12-19T13:27:05.816384-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc65d26d-3e8d-47e7-b0ff-bbeac1723647/?format=api"
        },
        {
            "id": "585de7df-9648-4f8c-bf33-96e4622b0ba0",
            "gambit_id": "db6a2817-60a2-4e8e-8c48-6f6327fea240",
            "last_updated": "2022-12-19T13:27:05.817807-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc65d26d-3e8d-47e7-b0ff-bbeac1723647/?format=api"
        }
    ]
}