GET /api/bet_types/c3d17375-f38b-40cd-8a82-60db26d5414b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3d17375-f38b-40cd-8a82-60db26d5414b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8936b1af-51e4-4eba-aeeb-eb936dd16948/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:25.664425-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": "Detroit Red Wings",
                "amount": 5939.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a8b0fd7-f06f-4d4c-9261-a428271a5386",
            "gambit_id": "d683252a-4a69-4bc7-93be-a9ee84cb9913",
            "last_updated": "2024-01-05T22:53:09.705354-05:00",
            "created_at": "2024-01-04T09:18:25.668566-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d17375-f38b-40cd-8a82-60db26d5414b/?format=api"
        },
        {
            "id": "31f85593-8eda-4d51-aa90-72a7b0955cf1",
            "gambit_id": "455709fe-dbd1-454c-9371-a6fceac4df52",
            "last_updated": "2024-01-05T22:53:09.708643-05:00",
            "created_at": "2024-01-04T09:18:25.685862-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3d17375-f38b-40cd-8a82-60db26d5414b/?format=api"
        }
    ]
}