GET /api/bet_types/acfc8eac-f99e-4d09-b4e5-25ee7bd2fbe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acfc8eac-f99e-4d09-b4e5-25ee7bd2fbe0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3e21cc8-a437-44c6-a530-ac9d7863c671/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-26T09:28:20.478112-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": "Edmonton Oilers",
                "amount": 6744.0
            },
            {
                "team": "New York Rangers",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e1fd316-efd1-40e1-82d0-930721a603b8",
            "gambit_id": "72d0bb45-3dfa-4fc3-8967-b742d2196d44",
            "last_updated": "2023-10-27T11:03:25.443751-04:00",
            "created_at": "2023-10-26T09:28:20.486384-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acfc8eac-f99e-4d09-b4e5-25ee7bd2fbe0/?format=api"
        },
        {
            "id": "16dc2232-230d-4120-899e-c3cb52e07f35",
            "gambit_id": "6947fbc1-f616-428f-af5c-cc2ffac03c07",
            "last_updated": "2023-10-27T11:03:25.440319-04:00",
            "created_at": "2023-10-26T09:28:20.481515-04:00",
            "name": "New York Rangers",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acfc8eac-f99e-4d09-b4e5-25ee7bd2fbe0/?format=api"
        }
    ]
}