GET /api/bet_types/b96327d6-b534-4e87-b3c6-d398c007f4dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b96327d6-b534-4e87-b3c6-d398c007f4dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ea56798-3a11-4143-a584-7ddb47e46d85/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:09.478923-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": "ARI",
                "amount": 5213.0
            },
            {
                "team": "LOS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff0e6f8a-beec-4d1f-bce6-3c18f5a8003b",
            "gambit_id": "a9f8916e-fedf-4e16-a405-44b7ab3ddbf8",
            "last_updated": "2023-08-10T10:18:24.252600-04:00",
            "created_at": "2023-08-08T08:28:09.488611-04:00",
            "name": "ARI",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96327d6-b534-4e87-b3c6-d398c007f4dc/?format=api"
        },
        {
            "id": "6e6264f9-a9a0-4651-9b87-720db8783de9",
            "gambit_id": "8ea786ae-b03b-410d-b51c-d35e6a8c48d4",
            "last_updated": "2023-08-10T10:18:24.249360-04:00",
            "created_at": "2023-08-08T08:28:09.483999-04:00",
            "name": "LOS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b96327d6-b534-4e87-b3c6-d398c007f4dc/?format=api"
        }
    ]
}