GET /api/bet_types/b31e4a37-b578-4be7-81ee-68714b5c7b0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b31e4a37-b578-4be7-81ee-68714b5c7b0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6e2d6a-c998-4213-83d4-7f2c048f56b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-02T08:28:11.743570-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": "Buffalo Sabres",
                "amount": 5317.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f5c6826-7ff9-4541-a29a-fd49b01ea219",
            "gambit_id": "dde18eca-1414-468b-a5e3-d2f9396484c5",
            "last_updated": "2023-12-04T15:28:29.581150-05:00",
            "created_at": "2023-12-02T08:28:11.746874-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b31e4a37-b578-4be7-81ee-68714b5c7b0b/?format=api"
        },
        {
            "id": "b3beda88-199c-43ec-932b-8a49303ae906",
            "gambit_id": "a17424fd-b304-45ea-afde-412b266e7eba",
            "last_updated": "2023-12-04T15:28:29.584397-05:00",
            "created_at": "2023-12-02T08:28:11.750986-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b31e4a37-b578-4be7-81ee-68714b5c7b0b/?format=api"
        }
    ]
}