GET /api/bet_types/375580a9-965a-453b-9813-26bc57260d3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "375580a9-965a-453b-9813-26bc57260d3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf7242b-dc50-4e63-a14a-15be16a217b2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-31T11:47:17.392309-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": "CIN",
                "amount": 5421.0
            },
            {
                "team": "BOS",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "af0fe8da-8881-4094-a906-cbc83c5ab8cb",
            "gambit_id": "1052e9fb-16e6-4868-a3d4-da8fb954fca5",
            "last_updated": "2023-06-01T10:07:10.762618-04:00",
            "created_at": "2023-05-31T11:47:17.394520-04:00",
            "name": "CIN",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375580a9-965a-453b-9813-26bc57260d3f/?format=api"
        },
        {
            "id": "e0145d6f-e945-4331-b4cd-2445422edb35",
            "gambit_id": "e9b1fb6f-a7d9-488f-b646-c37ed82d403b",
            "last_updated": "2023-06-01T10:07:10.765082-04:00",
            "created_at": "2023-05-31T11:47:17.396779-04:00",
            "name": "BOS",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/375580a9-965a-453b-9813-26bc57260d3f/?format=api"
        }
    ]
}