GET /api/bet_types/993f1b48-4942-4ed1-b8c7-457ccaab68dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "993f1b48-4942-4ed1-b8c7-457ccaab68dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0825c6c1-6e9f-4f2f-a5eb-9315779d326e/?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": 6617.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3383.0
            }
        ],
        "expected_reward_tokens": 9065.29,
        "profit_sb": 65.29,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "338c2bc9-dde7-47f2-887b-b4f4520452f8",
            "gambit_id": "43129a8a-bd87-4eb0-bfbd-ab7372bf3439",
            "last_updated": "2022-12-23T12:17:24.779625-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/993f1b48-4942-4ed1-b8c7-457ccaab68dc/?format=api"
        },
        {
            "id": "b2103d84-6979-4c7c-9a8d-987ad406d30b",
            "gambit_id": "813c05bc-6957-4eff-9d66-0980df02f408",
            "last_updated": "2022-12-23T12:17:24.778447-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.68000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/993f1b48-4942-4ed1-b8c7-457ccaab68dc/?format=api"
        }
    ]
}