GET /api/bet_types/4ba37189-1963-493a-9cdc-e793a82d6aa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ba37189-1963-493a-9cdc-e793a82d6aa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cf733ca-15ff-4335-a500-33d435884ac4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T08:21:59.359020-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": "Vancouver Canucks",
                "amount": 5619.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f15d865-b2e4-4a4f-9ddf-ceb96b46567b",
            "gambit_id": "df5d5e33-e26a-4a09-b8ae-f1404aa516d9",
            "last_updated": "2023-01-23T10:07:17.479433-05:00",
            "created_at": "2023-01-21T08:21:59.360804-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba37189-1963-493a-9cdc-e793a82d6aa0/?format=api"
        },
        {
            "id": "755ceff1-8e9c-403e-b002-4b80a6387c0f",
            "gambit_id": "8ef367cb-65a1-40f5-bf63-c9db7cd7e33c",
            "last_updated": "2023-01-23T10:07:17.480809-05:00",
            "created_at": "2023-01-21T08:21:59.362465-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ba37189-1963-493a-9cdc-e793a82d6aa0/?format=api"
        }
    ]
}