GET /api/bet_types/86bfe234-e7df-49b0-9b91-a535c0643d6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86bfe234-e7df-49b0-9b91-a535c0643d6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c71590a0-0c00-4661-9403-d855d0b6934b/?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": "COL",
                "amount": 6196.0
            },
            {
                "team": "ARI",
                "amount": 3804.0
            }
        ],
        "expected_reward_tokens": 9355.96,
        "profit_sb": 355.96,
        "profit_sb_percentage": 3.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee089720-d56f-4983-ba86-1b84d5c0c67b",
            "gambit_id": "fa86d236-6857-4142-b4fb-24106f9a73a2",
            "last_updated": "2022-08-06T10:47:02.496714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.51000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86bfe234-e7df-49b0-9b91-a535c0643d6d/?format=api"
        },
        {
            "id": "c6063031-f011-41b1-94e3-2b0b305b6962",
            "gambit_id": "b94c73d1-5253-48b0-9109-c6f5bfe85ce6",
            "last_updated": "2022-08-06T10:47:02.496232-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86bfe234-e7df-49b0-9b91-a535c0643d6d/?format=api"
        }
    ]
}