GET /api/bet_types/bd1b20ad-e5ed-44d7-8287-0c3725f8b0f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd1b20ad-e5ed-44d7-8287-0c3725f8b0f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/68907c62-02dd-47e3-b2d2-69d28982ae8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T10:08:15.088215-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": "MIN",
                "amount": 5107.0
            },
            {
                "team": "TOR",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c535f00-6c66-45c9-8c37-f05c61262b81",
            "gambit_id": "bdc9b52d-bd13-4d5d-bd2c-03a7eba81db6",
            "last_updated": "2023-06-12T18:48:17.787868-04:00",
            "created_at": "2023-06-11T10:08:15.089998-04:00",
            "name": "MIN",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd1b20ad-e5ed-44d7-8287-0c3725f8b0f2/?format=api"
        },
        {
            "id": "7c983445-8444-4ac4-a1b2-3c18c6e5dbec",
            "gambit_id": "381a3f6d-3141-4d14-acf5-91eb4f68a883",
            "last_updated": "2023-06-12T18:48:17.789965-04:00",
            "created_at": "2023-06-11T10:08:15.092051-04:00",
            "name": "TOR",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd1b20ad-e5ed-44d7-8287-0c3725f8b0f2/?format=api"
        }
    ]
}