GET /api/bet_types/494d4e70-e3d0-4942-bd20-ad6eb9fb3424/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "494d4e70-e3d0-4942-bd20-ad6eb9fb3424",
    "match": "https://api-prod.gambitprofit.com/api/matches/66a46924-be30-49c2-944a-5f54866547c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:06.924241-04: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": "HOU",
                "amount": 6160.0
            },
            {
                "team": "TEX",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8f1c725-ba13-4e5c-a8fd-dbe403fef281",
            "gambit_id": "3cc90b9c-7aba-4aca-b081-4d0acd693b8c",
            "last_updated": "2023-07-03T01:13:10.798417-04:00",
            "created_at": "2023-07-01T09:23:06.926582-04:00",
            "name": "HOU",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/494d4e70-e3d0-4942-bd20-ad6eb9fb3424/?format=api"
        },
        {
            "id": "5a495c72-a1b8-4e74-80e6-1e55eb68a920",
            "gambit_id": "1f460997-451d-422e-a5c3-8bdeac6d4644",
            "last_updated": "2023-07-03T01:13:10.799830-04:00",
            "created_at": "2023-07-01T09:23:06.928964-04:00",
            "name": "TEX",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/494d4e70-e3d0-4942-bd20-ad6eb9fb3424/?format=api"
        }
    ]
}