GET /api/bet_types/2b83cf9a-da1a-48eb-b4b6-666481a79faf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b83cf9a-da1a-48eb-b4b6-666481a79faf",
    "match": "https://api-prod.gambitprofit.com/api/matches/c559a599-dc98-4fe9-83e3-93d0f729894e/?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": "Pittsburgh Penguins",
                "amount": 6567.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3433.0
            }
        ],
        "expected_reward_tokens": 9062.46,
        "profit_sb": 62.46,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1cb50c5-4d60-496b-8bc5-13a307817a42",
            "gambit_id": "f81bf55a-50f9-4e18-9c14-a17b5ba3c9a2",
            "last_updated": "2022-12-19T19:36:51.954885-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b83cf9a-da1a-48eb-b4b6-666481a79faf/?format=api"
        },
        {
            "id": "93f19055-e78f-44c7-832b-86425b8a967e",
            "gambit_id": "58c1aa3d-b6dd-45ee-a512-fce0ac09463e",
            "last_updated": "2022-12-19T19:36:51.953797-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.64000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b83cf9a-da1a-48eb-b4b6-666481a79faf/?format=api"
        }
    ]
}