GET /api/bet_types/e108e909-c409-45d6-8c4b-00d3dbd6c3e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e108e909-c409-45d6-8c4b-00d3dbd6c3e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/76bc004f-beee-401f-99e0-4d03062b7f30/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:57.386232-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": "San Jose Sharks",
                "amount": 5214.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d1df2b3-58cf-4499-a18b-0f01c92c01e4",
            "gambit_id": "533ca3f3-6914-4225-81c3-0b8971efcf69",
            "last_updated": "2023-10-26T10:18:03.587927-04:00",
            "created_at": "2023-10-24T08:57:57.394137-04:00",
            "name": "San Jose Sharks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e108e909-c409-45d6-8c4b-00d3dbd6c3e5/?format=api"
        },
        {
            "id": "af398e7f-353a-4c6a-a2de-a60cb548ed62",
            "gambit_id": "21e4f2cb-6269-420d-934f-b96166b0d90f",
            "last_updated": "2023-10-26T10:18:03.583678-04:00",
            "created_at": "2023-10-24T08:57:57.389720-04:00",
            "name": "Florida Panthers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e108e909-c409-45d6-8c4b-00d3dbd6c3e5/?format=api"
        }
    ]
}