GET /api/bet_types/f31edd01-a62c-4782-8314-395fc04946b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f31edd01-a62c-4782-8314-395fc04946b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c61250f-8765-4adc-9f7d-65ae8c4e9ca6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:05.457526-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": "Ottawa Senators",
                "amount": 6449.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "8129b7c1-ef3f-44ca-9a76-c591ddd53f3e",
            "gambit_id": "67973d3f-77c1-49a0-8c90-178e990a873b",
            "last_updated": "2024-01-11T11:08:04.104806-05:00",
            "created_at": "2024-01-09T09:23:05.461433-05:00",
            "name": "Ottawa Senators",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31edd01-a62c-4782-8314-395fc04946b4/?format=api"
        },
        {
            "id": "39137344-16e2-4f52-8b68-63f67144ea2d",
            "gambit_id": "1264f3b2-a130-4802-a116-a3c073113e34",
            "last_updated": "2024-01-11T11:08:04.108355-05:00",
            "created_at": "2024-01-09T09:23:05.465593-05:00",
            "name": "Calgary Flames",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31edd01-a62c-4782-8314-395fc04946b4/?format=api"
        }
    ]
}