GET /api/bet_types/9c294c0c-cb0a-4409-b885-1ad13c94699f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c294c0c-cb0a-4409-b885-1ad13c94699f",
    "match": "https://api-prod.gambitprofit.com/api/matches/60f2cc85-83b5-4df7-a7e6-a826fd443a79/?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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4ef21d0-8d32-43af-a5a8-948217aa1970",
            "gambit_id": "714a6b4c-cc87-4fdc-b930-fb9138ef7d35",
            "last_updated": "2022-09-19T10:21:57.216993-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c294c0c-cb0a-4409-b885-1ad13c94699f/?format=api"
        },
        {
            "id": "cc851ded-da31-463c-bf1f-a4d75f797a35",
            "gambit_id": "cfa274a4-f331-40a7-b9f4-d53bc912e8f7",
            "last_updated": "2022-09-19T10:21:57.215914-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c294c0c-cb0a-4409-b885-1ad13c94699f/?format=api"
        }
    ]
}