GET /api/bet_types/4c6d39ef-d724-4e6a-a05d-93141e6e5f72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c6d39ef-d724-4e6a-a05d-93141e6e5f72",
    "match": "https://api-prod.gambitprofit.com/api/matches/16dd2e6d-28ff-4d31-9730-dbfdb53a898c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:07.789822-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": "MIL",
                "amount": 6399.0
            },
            {
                "team": "CLE",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fa7b2b4-dcb3-404f-b3be-225d26f9f3fb",
            "gambit_id": "4b12e091-62ae-41ad-b249-c1c21c396311",
            "last_updated": "2023-06-26T10:38:15.825326-04:00",
            "created_at": "2023-06-24T08:58:07.791433-04:00",
            "name": "MIL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6d39ef-d724-4e6a-a05d-93141e6e5f72/?format=api"
        },
        {
            "id": "2817c389-7d4c-442c-b889-c1eb5bb83a68",
            "gambit_id": "5c835872-d3a2-4eed-a2c8-7c34cb62f9f3",
            "last_updated": "2023-06-26T10:38:15.827689-04:00",
            "created_at": "2023-06-24T08:58:07.793025-04:00",
            "name": "CLE",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c6d39ef-d724-4e6a-a05d-93141e6e5f72/?format=api"
        }
    ]
}