GET /api/bet_types/18e1e210-8f33-4311-9070-2c4bbeb2bdf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18e1e210-8f33-4311-9070-2c4bbeb2bdf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a4615b2-58c0-4cd5-bda3-92b4fc6fc68a/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "DET",
                "amount": 5204.0
            },
            {
                "team": "CLE",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7c598bc-fecc-490f-9154-bdcb475a0ba0",
            "gambit_id": "01d25f4a-3813-4da5-bf29-daabb63f1bb8",
            "last_updated": "2022-08-17T09:32:03.672529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e1e210-8f33-4311-9070-2c4bbeb2bdf6/?format=api"
        },
        {
            "id": "ea14acfb-bed4-4966-a551-df8e1b9fcf5c",
            "gambit_id": "be08309a-2c55-4a8b-97e4-df28629b3058",
            "last_updated": "2022-08-17T09:32:03.672062-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e1e210-8f33-4311-9070-2c4bbeb2bdf6/?format=api"
        }
    ]
}