GET /api/bet_types/966fd242-c6d8-4fbf-9e5f-d06aced81db0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "966fd242-c6d8-4fbf-9e5f-d06aced81db0",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d514733-2ecf-4bf9-b058-d73b5c89abfb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:14.145151-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": "PHI",
                "amount": 5784.0
            },
            {
                "team": "NYY",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c677a1da-ddad-4aa3-a482-873258c1688f",
            "gambit_id": "70f51be9-d820-4b28-b06f-e1c3c4b67bb0",
            "last_updated": "2023-04-05T10:17:15.895628-04:00",
            "created_at": "2023-04-04T09:32:14.149001-04:00",
            "name": "PHI",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/966fd242-c6d8-4fbf-9e5f-d06aced81db0/?format=api"
        },
        {
            "id": "9c802227-d8cf-49f5-9285-5e1b3ff27275",
            "gambit_id": "603748e4-da93-4ae0-8660-a7aa3d8c0a39",
            "last_updated": "2023-04-05T10:17:15.893816-04:00",
            "created_at": "2023-04-04T09:32:14.147058-04:00",
            "name": "NYY",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/966fd242-c6d8-4fbf-9e5f-d06aced81db0/?format=api"
        }
    ]
}