GET /api/bet_types/cd8a766d-deb5-457b-94e7-cdcdeb956d5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd8a766d-deb5-457b-94e7-cdcdeb956d5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/fd9c42f4-e6aa-464c-92d1-5f8d790e8f4a/?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": 6563.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4bb0d13-8659-4fe8-8bf7-4a817ddecc24",
            "gambit_id": "8a9b35f8-5580-45dc-b4a8-8b4bf6a7444e",
            "last_updated": "2022-10-24T10:12:08.754864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8a766d-deb5-457b-94e7-cdcdeb956d5e/?format=api"
        },
        {
            "id": "a23fa71e-0c46-4f2e-84de-cbe44e06273a",
            "gambit_id": "825c7f56-17d0-47d7-bf3b-4158c59bee6e",
            "last_updated": "2022-10-24T10:12:08.753723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8a766d-deb5-457b-94e7-cdcdeb956d5e/?format=api"
        }
    ]
}