GET /api/bet_types/7178e8b5-7e3d-4738-88ae-37d3f05fd2fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7178e8b5-7e3d-4738-88ae-37d3f05fd2fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/b7c4d61f-21dd-4aa7-88ab-662b43ea9fc2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:22.987022-04: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": "Calgary Flames",
                "amount": 6603.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca2881aa-0d41-475a-94a6-f42e16ee6b18",
            "gambit_id": "2ab33fc0-9f4b-4a93-9efc-9929bb8b680d",
            "last_updated": "2023-04-06T21:36:59.715843-04:00",
            "created_at": "2023-04-05T09:22:22.990657-04:00",
            "name": "Calgary Flames",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7178e8b5-7e3d-4738-88ae-37d3f05fd2fa/?format=api"
        },
        {
            "id": "4a154715-739f-40cf-8f09-f95d8bab184d",
            "gambit_id": "2a5428a6-d1e7-48b0-9f1f-a685c1dea0cf",
            "last_updated": "2023-04-06T21:36:59.713882-04:00",
            "created_at": "2023-04-05T09:22:22.988832-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7178e8b5-7e3d-4738-88ae-37d3f05fd2fa/?format=api"
        }
    ]
}