GET /api/bet_types/d1a2f2e2-e17f-4519-94f9-d02e34a6804b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1a2f2e2-e17f-4519-94f9-d02e34a6804b",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e80528e-9d0f-4c66-b617-4fa9f846ae10/?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": "WAS",
                "amount": 5405.0
            },
            {
                "team": "CHC",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ae95a8c-4faf-46a7-8b4a-b98424668425",
            "gambit_id": "2c86bef2-23ad-4a94-8368-b69484cd86c0",
            "last_updated": "2022-08-09T09:47:03.513771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1a2f2e2-e17f-4519-94f9-d02e34a6804b/?format=api"
        },
        {
            "id": "97302e45-0c96-4dc7-8fa7-8a9a78c06229",
            "gambit_id": "028e44bd-760e-46cc-a5ea-d08a963da7a7",
            "last_updated": "2022-08-09T09:47:03.513378-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1a2f2e2-e17f-4519-94f9-d02e34a6804b/?format=api"
        }
    ]
}