GET /api/bet_types/119bec62-6cfd-4b89-96a3-cf11e0e90aa5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "119bec62-6cfd-4b89-96a3-cf11e0e90aa5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab0be270-c68d-401b-8838-8b7845112233/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:01.653159-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": "Columbus Blue Jackets",
                "amount": 5107.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bef9b6b4-57dc-4561-86cd-c77e1c5a4304",
            "gambit_id": "ef35e4f6-d83e-45c0-86e3-d8693f6a5bff",
            "last_updated": "2023-12-12T10:28:16.071868-05:00",
            "created_at": "2023-12-10T09:58:01.664842-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119bec62-6cfd-4b89-96a3-cf11e0e90aa5/?format=api"
        },
        {
            "id": "e92a987e-090d-4fe5-bdf1-2adc995d69ae",
            "gambit_id": "73c006c3-095e-42e8-8cf4-9b8e6882a716",
            "last_updated": "2023-12-12T10:28:16.068205-05:00",
            "created_at": "2023-12-10T09:58:01.658972-05:00",
            "name": "Florida Panthers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119bec62-6cfd-4b89-96a3-cf11e0e90aa5/?format=api"
        }
    ]
}