GET /api/bet_types/4c4645ce-46b8-4fe2-80b9-07bb4c500374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c4645ce-46b8-4fe2-80b9-07bb4c500374",
    "match": "https://api-prod.gambitprofit.com/api/matches/eead293e-5a05-4141-81f0-89ef5faf427e/?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": "Carolina Hurricanes",
                "amount": 6907.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3093.0
            }
        ],
        "expected_reward_tokens": 9186.21,
        "profit_sb": 186.21,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "4cfe7ad4-ea17-496a-b8a1-c6de810086c5",
            "gambit_id": "d4b506ad-c4a3-4c02-98d6-3653781654cb",
            "last_updated": "2022-11-30T09:47:20.811984-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4645ce-46b8-4fe2-80b9-07bb4c500374/?format=api"
        },
        {
            "id": "093d8e35-7c73-4d78-a490-63d571b8fd1e",
            "gambit_id": "002ad676-2d8d-4685-a2b4-112cf3873b39",
            "last_updated": "2022-11-30T09:47:20.810931-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4645ce-46b8-4fe2-80b9-07bb4c500374/?format=api"
        }
    ]
}