GET /api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd4ede45-fb8a-4c61-b9b1-85696040bc48",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b6451a3-c9c2-4d55-aab3-0da069697f5f/?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": 5312.0
            },
            {
                "team": "CWS",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "91a8d3aa-884d-402c-b268-7f48263a59d0",
            "gambit_id": "71142b1f-49f6-412f-8d63-2f23151a7cd4",
            "last_updated": "2022-08-14T13:46:51.100143-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
        },
        {
            "id": "88326463-6164-4273-ba54-eaa3b6f0791b",
            "gambit_id": "f7b87acf-acc3-4514-8a8a-da5478156404",
            "last_updated": "2022-08-14T13:46:51.099703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd4ede45-fb8a-4c61-b9b1-85696040bc48/?format=api"
        }
    ]
}