GET /api/bet_types/c2c499f7-f532-4458-bd33-6f75ae838c05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c499f7-f532-4458-bd33-6f75ae838c05",
    "match": "https://api-prod.gambitprofit.com/api/matches/098d16d6-e4a9-4a33-b593-884938605615/?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": "CWS",
                "amount": 5405.0
            },
            {
                "team": "HOU",
                "amount": 4595.0
            }
        ],
        "expected_reward_tokens": 9188.5,
        "profit_sb": 188.5,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fdb5a14-d4a3-41a1-9b54-369f7a356550",
            "gambit_id": "93d9bba6-897d-4fbc-a7ec-7a50e60b8571",
            "last_updated": "2022-08-18T10:31:49.596272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.70000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c499f7-f532-4458-bd33-6f75ae838c05/?format=api"
        },
        {
            "id": "09a465d1-c30a-46ec-bd06-24e581b1b370",
            "gambit_id": "3d4df46a-9211-42e8-98a1-5f664d3dba6b",
            "last_updated": "2022-08-18T10:31:49.596732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c499f7-f532-4458-bd33-6f75ae838c05/?format=api"
        }
    ]
}