GET /api/bet_types/d163d86c-5852-4d47-9fb5-3cf9333b197b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d163d86c-5852-4d47-9fb5-3cf9333b197b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bc0ea16-66cd-4f70-b775-062c545a97e7/?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": "Troy",
                "amount": 5000.0
            },
            {
                "team": "UL Monroe",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "81305660-86a7-4639-9655-246dd62d0e9a",
            "gambit_id": "66243b09-7efd-4b41-925b-fdb9198ddfcf",
            "last_updated": "2022-11-21T11:48:20.184169-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d163d86c-5852-4d47-9fb5-3cf9333b197b/?format=api"
        },
        {
            "id": "1872dd89-68fb-4296-ac0f-2389d9fb3f91",
            "gambit_id": "0ddf45f5-022c-4e4e-8f19-2cc883b4ea95",
            "last_updated": "2022-11-21T11:48:20.183044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d163d86c-5852-4d47-9fb5-3cf9333b197b/?format=api"
        }
    ]
}