GET /api/bet_types/d032c9ab-e0a0-47b7-9605-80ef0f83c635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d032c9ab-e0a0-47b7-9605-80ef0f83c635",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0f1f77f-8f67-4a7c-a2cf-059beba8dbe9/?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": "MIN",
                "amount": 6326.0
            },
            {
                "team": "CWS",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ddbd91f-06ee-452f-afa8-bd2040b802d8",
            "gambit_id": "7593e821-478e-422e-8d31-bd5c6c6338be",
            "last_updated": "2022-10-06T10:12:05.659755-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d032c9ab-e0a0-47b7-9605-80ef0f83c635/?format=api"
        },
        {
            "id": "3740a1a6-6b4d-466b-84fa-a07a76c56d67",
            "gambit_id": "56fee0f5-7512-4133-8117-603f51f1bf6d",
            "last_updated": "2022-10-06T10:12:05.658615-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d032c9ab-e0a0-47b7-9605-80ef0f83c635/?format=api"
        }
    ]
}