GET /api/bet_types/3b80116f-abe6-4422-8af4-ba6a9e2b78be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b80116f-abe6-4422-8af4-ba6a9e2b78be",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c0038db-a798-44f5-8a40-f9db1b049c40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-21T10:17:15.860737-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": "CHC",
                "amount": 6399.0
            },
            {
                "team": "PHI",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "0403db82-89fe-46c3-9c9c-0186c4f16945",
            "gambit_id": "21fc9838-18fd-46c6-a004-094a93dd271b",
            "last_updated": "2023-05-22T14:42:19.809983-04:00",
            "created_at": "2023-05-21T10:17:15.864021-04:00",
            "name": "CHC",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b80116f-abe6-4422-8af4-ba6a9e2b78be/?format=api"
        },
        {
            "id": "1572aba5-0238-48bf-93c6-f4296387c787",
            "gambit_id": "117706de-cf3b-4a04-8e57-10f050b5a4c9",
            "last_updated": "2023-05-22T14:42:19.808774-04:00",
            "created_at": "2023-05-21T10:17:15.862364-04:00",
            "name": "PHI",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b80116f-abe6-4422-8af4-ba6a9e2b78be/?format=api"
        }
    ]
}