GET /api/bet_types/959fb7e3-d370-453b-8d07-d83c1bfc08e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "959fb7e3-d370-453b-8d07-d83c1bfc08e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c34adb7a-7b25-4326-a3db-ae7d5b7e774f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:41:59.827917-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": "New York Islanders",
                "amount": 6399.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "75549bb5-9d91-4981-ac4a-e3419fc3789f",
            "gambit_id": "aa4f57e2-ca97-4f20-8bcb-df0226395eb2",
            "last_updated": "2023-04-27T11:52:04.363401-04:00",
            "created_at": "2023-04-25T11:41:59.831058-04:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959fb7e3-d370-453b-8d07-d83c1bfc08e3/?format=api"
        },
        {
            "id": "3e33cd5f-f2f0-496f-aa2e-67d6cf6bc3b9",
            "gambit_id": "4e0593f0-45a7-4074-accb-bfc7dcc166f3",
            "last_updated": "2023-04-27T11:52:04.361782-04:00",
            "created_at": "2023-04-25T11:41:59.829415-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959fb7e3-d370-453b-8d07-d83c1bfc08e3/?format=api"
        }
    ]
}