GET /api/bet_types/4138d458-ef87-4bdc-b284-9b2c9f65aa80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4138d458-ef87-4bdc-b284-9b2c9f65aa80",
    "match": "https://api-prod.gambitprofit.com/api/matches/f101c50b-849d-4a22-b103-bb8f90b99869/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T18:48:24.410693-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ae5f923-8eb8-48e3-ae83-906198fe5a33",
            "gambit_id": "964b83ed-04c7-43c8-8c62-e675c9d4422f",
            "last_updated": "2023-10-30T14:48:11.540773-04:00",
            "created_at": "2023-10-28T18:48:24.414646-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4138d458-ef87-4bdc-b284-9b2c9f65aa80/?format=api"
        },
        {
            "id": "111209b9-7295-48f4-b455-ada6b6b2f5d9",
            "gambit_id": "2d100e13-6505-4b62-9bf3-31ffd66b7c0b",
            "last_updated": "2023-10-30T14:48:11.544562-04:00",
            "created_at": "2023-10-28T18:48:24.419146-04:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4138d458-ef87-4bdc-b284-9b2c9f65aa80/?format=api"
        }
    ]
}